Bug #49021

Session garbage collection is non functional

Added by Robert Lemke about 2 years ago. Updated about 2 years ago.

Status:Resolved Start date:2013-06-11
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Session
Target version:TYPO3 Flow Base Distribution - 2.0
PHP Version:5.4 Complexity:medium
Has patch:No Affected Flow version:Flow 2.0.0 beta 2

Description

In the current state of Flow, expired sessions are not correctly removed from the session storage cache - the Garbage Collection is triggered, but the session info entries remain in the cache directory. This results in hundreds and thousands of cache entries after a while.

Associated revisions

Revision f243be48
Added by Robert Lemke about 2 years ago

[BUGFIX] Session garbage collection is non-functional

Fixes an issue with the newly introduced session handling which resulted
in a big amount of orphaned cache entries due to a non-functional
garbage collection. In combination with a non-optimized implementation
of the garbage collector, this resulted in very long request times if
thousands of entries existed.

Change-Id: I8398500fea64aff3a845429e4aafb5c72da71dae
Resolves: #49021
Releases: master, 2.0

Revision 32d97dcf
Added by Robert Lemke about 2 years ago

[BUGFIX] Session garbage collection is non-functional

Fixes an issue with the newly introduced session handling which resulted
in a big amount of orphaned cache entries due to a non-functional
garbage collection. In combination with a non-optimized implementation
of the garbage collector, this resulted in very long request times if
thousands of entries existed.

Change-Id: I8398500fea64aff3a845429e4aafb5c72da71dae
Resolves: #49021
Releases: master, 2.0

History

#1 Updated by Gerrit Code Review about 2 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21332

#2 Updated by Gerrit Code Review about 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21332

#3 Updated by Gerrit Code Review about 2 years ago

Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/21333

#4 Updated by Anonymous about 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF