ProActive Scheduler

Listen log several times on the same running tasks -> lost of log information

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 1.0, 2.0 Technology Preview
  • Fix Version/s: 2.0 Technology Preview
  • Component/s: None
  • Description:
    Hide
    If a client calls SchedulerProxy.getInstance().listenLog(jobId ....)
    several times during the execution of the same task, the logs gatherd the last time are the one that have been produced since the istenLog call and not from the begining of the task.

    This was produced by adding a button to the scheduler for closing consoles.
    While closing a consol, this line of code is called:
    JobsOutputController.getInstance().removeJobOutput(jo.getJobId());

    The usecase: the user listens to a log, the close the console, then listens again .... => lost of log information ..
    Show
    If a client calls SchedulerProxy.getInstance().listenLog(jobId ....) several times during the execution of the same task, the logs gatherd the last time are the one that have been produced since the istenLog call and not from the begining of the task. This was produced by adding a button to the scheduler for closing consoles. While closing a consol, this line of code is called: JobsOutputController.getInstance().removeJobOutput(jo.getJobId()); The usecase: the user listens to a log, the close the console, then listens again .... => lost of log information ..

Activity

Hide
Christian Delbé added a comment - 23/Apr/09 11:41 AM
Duplicata of SCHEDULING-256
Show
Christian Delbé added a comment - 23/Apr/09 11:41 AM Duplicata of SCHEDULING-256

People

Dates

  • Created:
    14/Apr/09 6:36 PM
    Updated:
    08/Oct/09 4:27 PM
    Resolved:
    23/Apr/09 11:41 AM