| | 18 | * processing czar 1 day, 1 holiday, 3 vacation days |
| | 19 | * investigated and worked around chip processing problem due to pre-mature schema changes to the gpc1 DB |
| | 20 | * implemented priority ordering for warp stage |
| | 21 | * investigated how a row got deleted from chipProcessedImfile. Failed to find the cause in the mysql binary logs. It is still a mystery. |
| | 22 | * Fixed a couple more cases where the update process stops and the postage stamp server does not |
| | 23 | handle the error. |
| | 24 | * Did some cleanup of the code in the postage stamp web interface to prepare for further development. |
| | 25 | * wrote a wiki page on shepherding the postage stamp server |
| | 26 | * investigated why 2 postage stamp requests got stuck. It turns out the warpRun's corresponding magicDSRun was in the state failed_cleanup. This causes the files to not get queued for update. Cleaned up the magicDSRun faults and the jobs worked. We still need more "revert" tasks I guess. |
| | 27 | * Fixed a bug that Heather found where warptool -updaterun didn't work unless the run had been at least partially processed. In the process of investigating this, found and fixed a potential problem with -updaterun -set_state update by disallowing that mode to be used for that purpose. |
| | 28 | * did some reading on http access control for application to the postage stamp server and data store. |
| | 29 | * Niaal reports that he as twice tried to submit a postage stamp request and nothing seemed to happen. Investigated this and it turns out his request was over 2MB in size and PHP disallows posts larger than that. Updated the upload page to check for this error (and others) and notified the user. |
| | 30 | * While debugging this I noticed in the apache error logs that there is a poor user who submitted a large postage stamp request on 5/24 was constantly querying the data store looking for his results. It turned out that the request faulted parsing and due to a bug in error handling, the request got into a state were we didn't notice the errors. Fixed this. |
| | 31 | |