Bug #46205
closedCache file could not be written on concurrent actions
100%
Description
I get several errors like
The cache file "htdocs/typo3temp/Cache/Data/t3lib_l10n/3e2cbbda0301cf592e5831ef26c56b7b" could not be written.
This happens while a scheduler process is running that imports data using t3lib_TCEmain/DataHandler an I'm trying to work in the backend.
I consider this kind of a race condition that e.g. in this case language caches are flushed too often if a new record gets persisted in the DataHandler.
I can reproduce this on my local machine (Mac OS X) and a staging server with Ubuntu 12.04.
Updated by Ernesto Baschny over 11 years ago
- Status changed from New to Needs Feedback
Olly, isn't that a permission problem where your Scheduler cronjob is running as a different user as your webserver?
Updated by Oliver Hader over 11 years ago
- Subject changed from Cache file could not be written on scheduler process to Cache file could not be written on concurrent actions
Updated by Gerrit Code Review over 11 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19898
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/19903
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/19904
Updated by Oliver Hader over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3439e954541cd2bc8b5d2a7b1211a2fa98297e04.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/19904
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/19904
Updated by Oliver Hader over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 712e7ae66dd9c3f631c4f0c5f2d1e0e0cc028267.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed