View Issue Details

IDProjectCategoryView StatusLast Update
0003715SymmetricDSBugpublic2018-09-13 16:00
Reportermmichalek Assigned Tommichalek  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.9.0 
Target Version3.9.14Fixed in Version3.9.14 
Summary0003715: File sync extract batches sometimes show incorrect row counts
DescriptionThe fix made for https://www.symmetricds.org/issues/view.php?id=3632 basically filtered out files from the initial load on the extract side. This had the side effect of still creating batches (sometimes many) with row counts, even though no files would get sync'd (which was the desired behavior in this case).

This fix modifies the file sync extract query against sym_file_snapshot to join to sym_file_trigger_router and check if the initial_load_enabled flag is on. For a system with file sync enabled, you should just get one empty batch (which reports 0 rows) which should be expected.
TagsNo tags attached.

Relationships

related to 0003632 closedmmichalek When file sync is configured and enabled, initial load of files cannot be turned off 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 669b8fd2

2018-09-10 16:08:09

mmichalek

Details Diff
0003715: File sync extract batches sometimes show incorrect row counts Affected Issues
0003715
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java Diff File

SymmetricDS: 3.9 f93149d8

2018-09-13 11:16:44

josh-a-hicks

Details Diff
0003715: File sync extract batches sometimes show incorrect row counts Affected Issues
0003715
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java Diff File

Issue History

Date Modified Username Field Change
2018-09-10 19:59 mmichalek New Issue
2018-09-10 19:59 mmichalek Status new => assigned
2018-09-10 19:59 mmichalek Assigned To => mmichalek
2018-09-10 20:00 mmichalek Relationship added related to 0003632
2018-09-10 20:08 mmichalek Status assigned => resolved
2018-09-10 20:08 mmichalek Resolution open => fixed
2018-09-10 20:08 mmichalek Fixed in Version => 3.9.14
2018-09-10 21:00 mmichalek Changeset attached => SymmetricDS 3.9 669b8fd2
2018-09-13 16:00 josh-a-hicks Changeset attached => SymmetricDS 3.9 f93149d8