View Issue Details

IDProjectCategoryView StatusLast Update
0005785SymmetricDS ProBugpublic2023-05-12 20:07
Reportercquamme Assigned Tocquamme  
Prioritynormal 
Status closedResolutionfixed 
Target Version3.14.7Fixed in Version3.14.7 
Summary0005785: DBCompare fixes
Description1. File fails to download in DB Compare if no changes exist
ERROR [gui] [DbCompareDialog] [qtp1118430673-710] Could not download file java.io.FileNotFoundException: DB-Compare-2023.04.11.13.48.51 (The system cannot find the file specified)

2. When you use DBCompare and select the "Write differences to file" or "Apply differences to file" option, SymmetricDS currently will read the entire file into memory, which can cause excess memory use and in some cases the file will fail to download as a result. Instead of reading the file into memory, we should stream the file for download.

3. When you use DBCompare and select the "Write differences to file" option, if the write to file fails we should display a pop-up message showing the exception name and the error message.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-04-11 15:50 cquamme New Issue
2023-04-11 15:50 cquamme Status new => assigned
2023-04-11 15:50 cquamme Assigned To => cquamme
2023-04-12 14:36 cquamme Summary DBCompare reads entire file into memory => DBCompare fixes
2023-04-12 14:36 cquamme Description Updated View Revisions
2023-04-12 18:12 cquamme Relationship added related to 0005781
2023-04-13 17:01 cquamme Description Updated View Revisions
2023-04-19 14:05 cquamme Description Updated View Revisions
2023-04-19 16:01 cquamme Description Updated View Revisions
2023-04-19 16:45 cquamme Description Updated View Revisions
2023-04-25 14:10 cquamme Status assigned => resolved
2023-05-12 12:20 cquamme Relationship deleted related to 0005781
2023-05-12 19:49 admin Status resolved => closed
2023-05-12 20:07 elong Category Improvement => Bug