Commit Graph

1114 Commits

Author SHA1 Message Date
Jesse McConnell 718d0e94b3 [maven-release-plugin] prepare release jetty-7.1.0.v20100505
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1733 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-05 20:27:20 +00:00
Jesse McConnell 6e395884a6 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1700 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 21:42:37 +00:00
Jesse McConnell 3ad4b4bb18 [maven-release-plugin] prepare release jetty-7.1.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1698 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 21:38:31 +00:00
Jesse McConnell 0e541fcf2b [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1695 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 20:03:29 +00:00
Jesse McConnell 485bc3b2a6 [maven-release-plugin] prepare release jetty-7.1.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1693 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 20:03:09 +00:00
Jesse McConnell a7fc4bf77a [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1609 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 16:11:20 +00:00
Jesse McConnell 88b8c01199 [maven-release-plugin] prepare release jetty-7.1.0.RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1607 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 16:10:58 +00:00
Jesse McConnell 1eba7b979a [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1591 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 13:44:10 +00:00
Jesse McConnell a6a2cac78c [maven-release-plugin] prepare release jetty-7.1.0.RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1589 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 13:43:40 +00:00
Jesse McConnell 50dd4c94b1 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1433 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-31 16:46:40 +00:00
Jesse McConnell ff7ae57f00 [maven-release-plugin] prepare release jetty-project-7.0.2.v20100331
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1431 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-31 16:46:26 +00:00
Jan Bartel 6391cbcec7 JETTY-776
Oops forgot to remove test code.


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1219 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-28 00:56:18 +00:00
Jan Bartel c378bc797b JETTY-776
Remove LightLoad test as this is not applicable for the JDBC solution. It only works with terracotta because terracotta takes out a cluster-wide lock when the session is entered on any node. This means you can bounce the session around nodes. This does not work with the JDBC session implementation as it is not feasible to do a cluster-wide lock on particular row on the sessions table.

Add a method on JDBCSessionManager that would allow a subclass to send a message to all other nodes whenever the session is being written to the database which would cause the other nodes to invalidate that session in their local caches and re-read from the database.


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1218 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-28 00:54:40 +00:00
Jan Bartel 28453e9c24 Add new test-sessions module to do testing of various session implementations. The test-session-common module was created based on the terracotta session test suite checked into jetty-codehaus. I've genericized these tests so that they may be applied to the various session clustering solutions.
Changes to JDBCSessionIdManager with this checkin were to increase the length of the varchar storing the session id from 60 to 120 char, and also to reduce the amount of time we held a lock over the session id map.

Changes to the JDBCSessionManager with this checkin were to decrease the amount of time we held locks, and when retrieving a session from the database, checking if the session had expired before loading it.

Changes to the AbstractSessionManager with this checkin were to ensure that the SessionListeners were only called if the session was removed (we were calling them anyway).


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1213 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-26 01:37:03 +00:00