?
Pending
User tests:
Successful:
Unsuccessful:
Pull Request for Issue #12496.
Summary of Changes
Standardization of method lock()
across all storage classes:
- APC and APCu: if there are at least one loop then set
locklooped=true
. Reuse stored cache which has been created a few microseconds earlier.
- Replace 2 lines to 1 line:
- $returning = new stdClass;
- $returning->locklooped = false;
+ $returning = (object) array('locklooped' => false);
Testing Instructions
Code review.
Take a look at https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/cache/controller/callback.php#L99 which can help to understand this patch.
Documentation Changes Required
None
csthomas
-
open
-
25 Oct 2016
csthomas
-
change
-
25 Oct 2016
joomla-cms-bot
-
change
-
25 Oct 2016
joomla-cms-bot
-
change
-
25 Oct 2016
csthomas
-
change
-
25 Oct 2016
The description was changed
csthomas
-
edited
-
25 Oct 2016
csthomas
-
change
-
25 Oct 2016
The description was changed
csthomas
-
edited
-
25 Oct 2016
csthomas
-
change
-
25 Oct 2016
Title |
… |
[WIP] Fix lock method in storages |
[WIP] Fix lock method in cache storages |
|
csthomas
-
edited
-
25 Oct 2016
csthomas
-
change
-
27 Jan 2017
The description was changed
csthomas
-
change
-
27 Jan 2017
Title |
… |
[WIP] Fix lock method in cache storages |
Unification lock method in cache handlers |
|
csthomas
-
edited
-
27 Jan 2017
csthomas
-
edited
-
27 Jan 2017
csthomas
-
change
-
27 Jan 2017
The description was changed
csthomas
-
edited
-
27 Jan 2017
csthomas
-
change
-
30 Jan 2017
The description was changed
csthomas
-
edited
-
30 Jan 2017
csthomas
-
change
-
30 Jan 2017
The description was changed
csthomas
-
edited
-
30 Jan 2017
csthomas
-
change
-
4 Feb 2017
Title |
… |
Unification lock method in cache handlers |
Unification of method lock() in cache handlers |
|
csthomas
-
change
-
20 Feb 2017
The description was changed
csthomas
-
edited
-
20 Feb 2017
csthomas
-
change
-
20 Feb 2017
The description was changed
csthomas
-
edited
-
20 Feb 2017
csthomas
-
change
-
23 Feb 2017
The description was changed
csthomas
-
edited
-
23 Feb 2017
csthomas
-
change
-
23 Feb 2017
The description was changed
csthomas
-
edited
-
23 Feb 2017
csthomas
-
change
-
23 Feb 2017
The description was changed
csthomas
-
edited
-
23 Feb 2017
csthomas
-
change
-
23 Feb 2017
The description was changed
csthomas
-
edited
-
23 Feb 2017
csthomas
-
change
-
23 Feb 2017
The description was changed
csthomas
-
edited
-
23 Feb 2017
klas
-
test_item
-
23 Feb 2017
-
Tested successfully
csthomas
-
change
-
22 Sep 2017
Status |
Pending |
⇒ |
Closed |
Closed_Date |
0000-00-00 00:00:00 |
⇒ |
2017-09-22 12:26:50 |
Closed_By |
|
⇒ |
csthomas |
csthomas
-
close
-
22 Sep 2017
Add a Comment
Login with GitHub to post a comment
Looks ok to me