View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002449 | SymmetricDS | Bug | public | 2015-11-19 19:45 | 2016-08-09 17:12 |
Reporter | elong | Assigned To | elong | ||
Priority | high | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.6.0 | ||||
Target Version | 3.8.0 | Fixed in Version | 3.8.0 | ||
Summary | 0002449: File sync sometimes not deleting files with delete_after_sync option | ||||
Description | The file_trigger has an option of delete_after_sync that will delete a file after its successfully synced to a remote node. Under the right conditions, a batch can be synced and acknowledged, but not all files get deleted. The acknowledge routine loops through all the files, but the iteration is limited to the number of insert events, so if the batch contains delete or update events, the iteration ends early. | ||||
Steps To Reproduce | Enable file sync with delete_after_sync. Cause a combination of insert events with new files along with update events of existing files. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.7 6d25e882 2015-11-19 15:14:37 Details Diff |
0002449: File sync sometimes not deleting files with delete_after_sync |
Affected Issues 0002449 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/FileSyncService.java | Diff File | ||
SymmetricDS: 3.8 68646c27 2015-11-19 15:15:42 Details Diff |
0002449: File sync sometimes not deleting files with delete_after_sync |
Affected Issues 0002449 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/FileSyncService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-19 19:45 | elong | New Issue | |
2015-11-19 19:45 | elong | Status | new => assigned |
2015-11-19 19:45 | elong | Assigned To | => elong |
2015-11-19 19:48 | elong | Target Version | 3.7.28 => 3.8.0 |
2015-11-19 20:07 | elong | File Added: patch-0002449.jar | |
2015-11-19 20:35 | elong | Status | assigned => resolved |
2015-11-19 20:35 | elong | Fixed in Version | => 3.8.0 |
2015-11-19 20:35 | elong | Resolution | open => fixed |
2015-11-19 21:00 | admin | Changeset attached | => SymmetricDS 3.7 6d25e882 |
2016-04-28 14:01 | admin | Changeset attached | => SymmetricDS 3.8 68646c27 |
2016-08-09 17:12 | admin | Status | resolved => closed |