Project

General

Profile

Actions

Bug #10311

open

Dispatcher create a new queue once the 1st one is activated

Added by Brinette Pierre-Emmanuel over 8 years ago. Updated over 8 years ago.

Status:
Suspended
Priority:
Normal
Assigned To:
Category:
-
Start date:
07/06/2015
Due date:
% Done:

0%

Estimated time:

Description

This occurs when inserting large number of files belonging to the same tape.

When the queue is not yet ACTIVATED, all files are added to the current. OK

Since the queue is activated, new file requested are associated to à new queue, even the FPOT starting at 1st position :

ie :

2015-07-06 16:50:20,121 [Dispatcher_req_91311] INFO  f.i.c.s.t.p.mysql.dao.MySQLQueueDAO - New queue inserted with id 153 (KT279300)
2015-07-06 16:50:20,136 [Dispatcher_req_91311] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 1 elements and is owned by test01
2015-07-06 16:50:20,159 [Dispatcher_req_91251] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 2 elements and is owned by test01
2015-07-06 16:50:20,179 [Dispatcher_req_91319] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 3 elements and is owned by test01
[...]
2015-07-06 16:51:48,909 [Dispatcher_req_92487] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 1237 elements and is owned by test01
2015-07-06 16:51:49,030 [Dispatcher_req_92226] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 1238 elements and is owned by test01
2015-07-06 16:51:49,225 [Activator] INFO  f.i.c.s.t.c.activator.Activator - Activating queue KT279300, id 153,  for user test01
2015-07-06 16:51:49,346 [Dispatcher_req_92349] INFO  f.i.c.s.t.p.mysql.dao.MySQLQueueDAO - New queue inserted with id 154 (KT279300)
2015-07-06 16:51:49,354 [Dispatcher_req_92349] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 1 elements and is owned by test01
2015-07-06 16:51:49,381 [Dispatcher_req_92121] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 2 elements and is owned by test01
2015-07-06 16:51:49,404 [Dispatcher_req_92236] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 3 elements and is owned by test01
[...]
2015-07-06 16:51:50,213 [Dispatcher_req_92151] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 37 elements and is owned by test01
2015-07-06 16:51:50,237 [Dispatcher_req_92521] INFO  f.i.cc.storage.treqs.model.Queue - Queue KT279300 - CREATED now contains 38 elements and is owned by test01
Actions #1

Updated by Chambon Bernard over 8 years ago

I know this 'bug' ...
I'm afraid not be able to change that without huge code refactoring (and I don't want to do that for now !)

Actions #2

Updated by Chambon Bernard over 8 years ago

  • Subject changed from Dispatcher create a new queue once the 1st on is activated to Dispatcher create a new queue once the 1st one is activated
Actions #3

Updated by Chambon Bernard over 8 years ago

  • Status changed from Assigned to Suspended
Actions

Also available in: Atom PDF