View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006300 | SymmetricDS | Bug | public | 2024-03-18 15:20 | 2024-03-18 16:49 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.4 | Fixed in Version | 3.15.4 | ||
Summary | 0006300: Hot spot removing old node sessions in mixed environment with versions < 3.11 | ||||
Description | When 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. | ||||
Tags | performance | ||||
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 |