View Issue Details

IDProjectCategoryView StatusLast Update
0005177SymmetricDSBugpublic2022-01-17 13:39
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.44 
Target Version3.12.15Fixed in Version3.12.15 
Summary0005177: File Sync fails to create zip file when modify, followed by delete, followed by create is captured and sent in same batch
DescriptionWhen a modify of a file is captured, then a delete of a file is captured, then a create of a file is captured, and all three of these events are put in the same batch, the creation of the ZIP file that contains the files to be sent to the target fails because it tries to add the same file more than once. ZIP does not like that.
Steps To Reproduce1. Set up file sync
2. On source, turn off Route job and File Sync Tracker job
3. Create a source file
4. Run source File Sync Tracker job manually
5. Run source Route job manually
6. Make sure to get client to run File Pull job and file shows up
7. Modify source file
8. Run source File Sync Tracker job manually
9. Delete source file
10. Run source File Sync Tracker job manually
11. Create source file
12. RUn source File Sync Tracker job manually
13. Run source Route job manually
14. Run client File Pull job.
15. Sync should fail with duplicate entry in zip file
Tagsfile sync

Relationships

related to 0005164 closedpmarzullo Duplicate entry on file sync 

Related Changesets

SymmetricDS: 3.11 91b50198

2021-12-29 20:14:25

pmarzullo

Details Diff
0005177: File Sync fails to create zip file when modify, followed by
delete, followed by create is captured and sent in same batch
Affected Issues
0005177
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/file/FileSyncZipDataWriter.java Diff File

SymmetricDS: 3.12 13306d17

2021-12-29 20:16:55

pmarzullo

Details Diff
0005177: File Sync fails to create zip file when modify, followed by
delete, followed by create is captured and sent in same batch
Affected Issues
0005177
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/file/FileSyncZipDataWriter.java Diff File

SymmetricDS: 3.13 4bc8f362

2021-12-29 20:16:55

pmarzullo

Details Diff
0005177: File Sync fails to create zip file when modify, followed by
delete, followed by create is captured and sent in same batch
Affected Issues
0005177
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/file/FileSyncZipDataWriter.java Diff File

SymmetricDS: 3.14 56a61698

2021-12-29 20:16:55

pmarzullo

Details Diff
0005177: File Sync fails to create zip file when modify, followed by
delete, followed by create is captured and sent in same batch
Affected Issues
0005177
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/file/FileSyncZipDataWriter.java Diff File

Issue History

Date Modified Username Field Change
2021-12-29 19:59 pmarzullo New Issue
2021-12-29 19:59 pmarzullo Status new => assigned
2021-12-29 19:59 pmarzullo Assigned To => pmarzullo
2021-12-29 19:59 pmarzullo Tag Attached: file sync
2021-12-29 20:04 elong Relationship added related to 0005164
2021-12-29 20:26 pmarzullo Status assigned => resolved
2021-12-29 20:26 pmarzullo Resolution open => fixed
2021-12-29 20:26 pmarzullo Fixed in Version => 3.12.15
2021-12-29 20:26 pmarzullo Note Added: 0002044
2021-12-29 20:44 pmarzullo Note Edited: 0002044 View Revisions
2021-12-29 21:00 pmarzullo Changeset attached => SymmetricDS 3.11 91b50198
2021-12-29 21:00 pmarzullo Changeset attached => SymmetricDS 3.12 13306d17
2021-12-29 21:00 pmarzullo Changeset attached => SymmetricDS 3.13 4bc8f362
2021-12-29 21:00 pmarzullo Changeset attached => SymmetricDS 3.14 56a61698
2022-01-17 13:39 admin Status resolved => closed