View Issue Details

IDProjectCategoryView StatusLast Update
0006299SymmetricDSBugpublic2024-04-19 15:46
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.0 
Target Version3.14.13Fixed in Version3.14.13 
Summary0006299: 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 0006300 closedelong Hot spot removing old node sessions in mixed environment with versions < 3.11 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 d26a2129

2024-03-18 15:19:35

admin

Details Diff
0006299: Hot spot removing old node sessions in mixed environment with
versions < 3.11
Affected Issues
0006299
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/web/AuthenticationInterceptor.java Diff File

SymmetricDS: 3.15 88429c37

2024-03-18 15:19:35

admin

Details Diff
0006299: Hot spot removing old node sessions in mixed environment with
versions < 3.11
Affected Issues
0006299
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/web/AuthenticationInterceptor.java Diff File

Issue History

Date Modified Username Field Change
2024-03-18 15:19 elong New Issue
2024-03-18 15:19 elong Status new => assigned
2024-03-18 15:19 elong Assigned To => elong
2024-03-18 15:19 elong Tag Attached: performance
2024-03-18 15:20 elong Status assigned => resolved
2024-03-18 15:20 elong Resolution open => fixed
2024-03-18 15:20 elong Fixed in Version => 3.14.13
2024-03-18 15:20 elong Issue cloned: 0006300
2024-03-18 15:20 elong Relationship added related to 0006300
2024-03-19 16:20 admin Status resolved => closed
2024-04-19 15:46 admin Changeset attached => SymmetricDS 3.14 d26a2129
2024-04-19 15:46 admin Changeset attached => SymmetricDS 3.15 88429c37