https://issues.apache.org/bugzilla/show_bug.cgi?id=53022

             Bug #: 53022
           Summary: session is expired/removed/not found by unknown reason
           Product: Tomcat 7
           Version: 7.0.26
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: lu4...@apache.org
    Classification: Unclassified


Created attachment 28526
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28526
Effect described Tomcat 7.0.26

Hi

I was running some performance tests across multiple frameworks with Tomcat and
I just found a issue with the session management. 

The test try to run tomcat with low memory (-Xms32m -Xmx32m -server) and put it
to stress, to see how the garbage collector (GC) handles the load.

I tried the same tests with 7.0.23 without problem, but when I changed to
7.0.26, I notice the server in one moment cannnot found the session and makes
my test load fail. I use jmeter for the load and I can see for some time how
the test start to fail. But new request continues hitting the server creating
new session, but in that case those sessions does not fail, so again it
continues for other time. 

I run tests with different frameworks, and in each framework the response is
different but the problem is the same: a request try to get a session that
should exists, then the session is not found and the code fails.

Could you guys review the changes done between 7.0.23 and 7.0.26 to see if
there is some problem?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to