View Issue Details

IDProjectCategoryView StatusLast Update
0006300SymmetricDSBugpublic2024-03-18 16:49
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.4Fixed in Version3.15.4 
Summary0006300: Hot spot removing old node sessions in mixed environment with versions < 3.11
DescriptionWhen running a mixed environment with clients older than 3.11, the server was observed to be spending time on the removeOldSessions() method of AuthenticationInterceptor. The server returns a session cookie, but the clients don't have support for it, so it's ignored. The maximum number of sessions was reached, and each client push/pull was causing server to remove old sessions. It tries to find an existing session by looping through all of them -- maybe the granular lock checking causes overhead, so a less granular lock should help.
Tagsperformance

Relationships

related to 0006299 closedelong Hot spot removing old node sessions in mixed environment with versions < 3.11 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-03-18 15:20 elong New Issue
2024-03-18 15:20 elong Status new => assigned
2024-03-18 15:20 elong Assigned To => elong
2024-03-18 15:20 elong Tag Attached: performance
2024-03-18 15:20 elong Issue generated from: 0006299
2024-03-18 15:20 elong Relationship added related to 0006299
2024-03-18 16:49 elong Status assigned => resolved
2024-03-18 16:49 elong Resolution open => fixed
2024-03-18 16:49 elong Fixed in Version => 3.15.4
2024-03-19 16:20 admin Status resolved => closed