View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003550 | SymmetricDS | Improvement | public | 2018-05-07 15:26 | 2018-05-08 20:09 |
| Reporter | elong | Assigned To | elong | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.9.0 | ||||
| Target Version | 3.9.7 | Fixed in Version | 3.9.7 | ||
| Summary | 0003550: Timeouts on routing query and purge service | ||||
| Description | The routing query is susceptible to query timeouts because it runs often (every 10 seconds) against a high contention table (sym_data). The purge query is susceptible to query timeouts because it runs against a high contention table (sym_data), and may be scheduled once a day, so it's failure to run can result in the table growing too large. If either queries get a timeout, log it as informational and try again. If it fails a second time, then log it as an error. | ||||
| Tags | No tags attached. | ||||
|
SymmetricDS: 3.9 569f710d 2018-05-07 12:17:33 Details Diff |
0003550: Timeouts on routing query and purge service |
Affected Issues 0003550 |
|
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/route/DataGapRouteReader.java | Diff File | ||
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/PurgeService.java | Diff File | ||
|
SymmetricDS: 3.9 8afd6c3d 2018-05-07 14:04:19 Details Diff |
0003550: Timeouts on routing query and purge service |
Affected Issues 0003550 |
|
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/route/DataGapRouteReader.java | Diff File | ||
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/PurgeService.java | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-05-07 15:26 | elong | New Issue | |
| 2018-05-07 15:26 | elong | Status | new => assigned |
| 2018-05-07 15:26 | elong | Assigned To | => elong |
| 2018-05-07 16:17 | elong | Status | assigned => resolved |
| 2018-05-07 16:17 | elong | Resolution | open => fixed |
| 2018-05-07 16:17 | elong | Fixed in Version | => 3.9.7 |
| 2018-05-07 17:00 | admin | Changeset attached | => SymmetricDS 3.9 569f710d |
| 2018-05-07 19:00 | admin | Changeset attached | => SymmetricDS 3.9 8afd6c3d |
| 2018-05-08 20:09 | mmichalek | Status | resolved => closed |