Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created August 15, 2014 at 9:31 AM
Updated August 19, 2014 at 2:48 PM
Resolved August 19, 2014 at 2:48 PM
At the moment all thorslaves use a common temp directory (for internal spills etc). The temp file names themselves are based on PID, so there's no clash, however, then a Thor recycles, it clears the temp directory of these temporary files at startup.
With all sharing the same directory and no ready way to identify which came from which slave, every slave tries to delete all of them.
Whilst this doesn't in itself break anything, it can cause a lengthy delay as it cycles through potentially a lot of small spill files.
The easiest fix is to create a temp directory based on the slave port number.