View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006702 | SymmetricDS | Bug | public | 2025-01-20 13:11 | 2025-01-20 14:00 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.13 | Fixed in Version | 3.15.13 | ||
Summary | 0006702: Failed to update sym_table_reload_request | ||||
Description | Failure can occur when the system is cancelling a failed reload request and creating a new one because the timestamp precision in Java is higher than the database. When processing a reload request, if it is interrupted or fails, the system will cancel the original load and the create a new reload request. The create time is a Date object with 3 digits of fractional second precision, but the database is defined with 2 digits of precision. The difference in precision can cause an update of the reload request to fail. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.15 bd83897a 2025-01-20 13:18:03 Details Diff |
0006702: Failed to update sym_table_reload_request |
Affected Issues 0006702 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java | Diff File | ||
SymmetricDS: 3.16 3706ca6a 2025-01-20 13:18:03 Details Diff |
0006702: Failed to update sym_table_reload_request |
Affected Issues 0006702 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-01-20 13:11 | elong | New Issue | |
2025-01-20 13:11 | elong | Status | new => assigned |
2025-01-20 13:11 | elong | Assigned To | => elong |
2025-01-20 13:18 | elong | Status | assigned => resolved |
2025-01-20 13:18 | elong | Resolution | open => fixed |
2025-01-20 13:18 | elong | Fixed in Version | => 3.15.13 |
2025-01-20 14:00 | admin | Changeset attached | => SymmetricDS 3.15 bd83897a |
2025-01-20 14:00 | admin | Changeset attached | => SymmetricDS 3.16 3706ca6a |