Changeset 31563
- Timestamp:
- May 24, 2011, 8:08:32 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks
- Files:
-
- 2 edited
-
CheckTasks.c (modified) (1 diff)
-
notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/CheckTasks.c
r23555 r31563 62 62 if (!status) { 63 63 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 ++; 64 67 } 65 68 } -
branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/notes.txt
r23530 r31563 1 2 2011.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?? 1 17 2 18 stdout_cntl:
Note:
See TracChangeset
for help on using the changeset viewer.
