IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31563


Ignore:
Timestamp:
May 24, 2011, 8:08:32 AM (15 years ago)
Author:
eugene
Message:

add a counter for no-exec tasks (did not generate a job)

Location:
branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/CheckTasks.c

    r23555 r31563  
    6262      if (!status) {
    6363        continue;
     64        // track the number of times we tried and failed to run this task
     65        // also track the types of exitsx
     66        task[0].Nnoexec ++;
    6467      }
    6568    }
  • branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/notes.txt

    r23530 r31563  
     1
     22011.05.22
     3
     4  We have some problems with pantasks and pcontrol that result in some
     5  low throughput.  here are the symptoms of which I'm aware:
     6
     7  * pantasks stops removing entries from the books, despite having
     8    DONE or error states.
     9
     10    * I don't know of any particular reason for this, but my best
     11      guess is that the load tasks are quitting before finishing the
     12      lookup.  l don't know when or why, but added measurement may
     13      help. 
     14
     15  * pcontrol seems to get very slow and large.  are we failing to
     16    clear out some jobs??
    117
    218stdout_cntl:
Note: See TracChangeset for help on using the changeset viewer.