View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006299 | SymmetricDS | Bug | public | 2024-03-18 15:19 | 2024-04-19 15:46 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.13 | Fixed in Version | 3.14.13 | ||
Summary | 0006299: 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 | ||||
SymmetricDS: 3.14 d26a2129 2024-03-18 15:19:35 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 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 |
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 |