In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
882 [In-Portal CMS] Caching System bug report always 2010-10-07 06:18 2010-11-30 12:48
alex  
alex  
normal  
closed 5.1.1-B1  
fixed  
 
none 5.1.1-B2  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e277901c41c1ff52
0
0000882: Memcache issues
There was some changes in Memcached server 1.4.5, resulting 2nd optional parameter of "delete" function called "$expiration" became required. That parameter is however not required based on it's documentation on www.php.net website. Because of that we can't delete keys we can get some outdated cached data as a result.

Way we process memcached servers doesn't correctly process case, when connection should be made using unix sockets.
related to 0000877closed  (5.1.1)alex Single Cache Serial-key for Developers on the same Server 
related to 0000107closed  (5.1.0)alex Implement "MemCached" functionality 
patch memcache_delete_doesnt_work_on_latest_version_of_memcache.patch (311) 2010-10-07 06:18
http://tracker.in-portal.org/file_download.php?file_id=800&type=bug
patch memcache_unix_socket_support.patch (667) 2010-10-07 06:18
http://tracker.in-portal.org/file_download.php?file_id=801&type=bug
Issue History
2010-11-30 12:48 Dmitry Note Added: 0003018
2010-11-30 12:48 Dmitry Status resolved => closed
2010-10-19 04:05 alex Note Added: 0002896
2010-10-19 04:05 alex Status reviewed and tested => resolved
2010-10-19 04:05 alex Fixed in Version => 5.1.1-B2
2010-10-19 04:05 alex Resolution open => fixed
2010-10-19 04:05 alex Assigned To !COMMUNITY => alex
2010-10-19 04:05 alex Changeset attached 5.1.x r13991
2010-10-13 22:58 Dmitry Note Added: 0002880
2010-10-13 22:58 Dmitry Status needs testing => reviewed and tested
2010-10-11 11:12 alex Relationship added related to 0000107
2010-10-08 02:44 alex Relationship added related to 0000877
2010-10-07 06:19 alex Assigned To => !COMMUNITY
2010-10-07 06:19 alex Developer => alex
2010-10-07 06:19 alex Status active => needs testing
2010-10-07 06:19 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e277901c41c1ff52
2010-10-07 06:18 alex File Added: memcache_unix_socket_support.patch
2010-10-07 06:18 alex New Issue
2010-10-07 06:18 alex File Added: memcache_delete_doesnt_work_on_latest_version_of_memcache.patch

Notes
(0002880)
Dmitry   
2010-10-13 22:58   
Both patches tested good, please commit.
(0002896)
alex   
2010-10-19 04:05   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000882: Memcache issues
(0003018)
Dmitry   
2010-11-30 12:48   
Closing released 5.1.1 task.