View Issue Details

IDProjectCategoryView StatusLast Update
0006827SymmetricDSBugpublic2025-04-15 21:00
Reporterjosh-a-hicks Assigned Tojosh-a-hicks  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.15.0 
Target Version3.16.2Fixed in Version3.16.2 
Summary0006827: ExtractDataReader support from target platform
DescriptionNormally the extract data reader would always use the platform (and its corresponding sqlTemplate) to extract data from sym_data.
However there are cases when LOB data is extracted on demand as it is not captured to save space in sym_data.
In these cases the targetPlatform (which represents where user data resides) is needed. So it should be made available through the extract data reader factory to the reader.
Steps To Reproduce1. Set up log miner node as the source of data.
2. Set up tables with LOB column(s).
3. Add triggers + router.
4. Add/update records with LOBs.
5. Check target database.
Tagslog miner

Related Changesets

SymmetricDS: 3.16 fc62093a

2025-04-15 20:48:08

joshahicks


Committer: GitHub Details Diff
0006827 Point ExtractDataReader to target database platform in ver. 3.16 (0000248)

* 0006827 Point ExtractDataReader to target database platform in ver. 3.16
Affected Issues
0006827
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/extract/ExtractDataReaderFactory.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/extract/IExtractDataReaderFactory.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java Diff File
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/reader/ExtractDataReader.java Diff File

Issue History

Date Modified Username Field Change
2025-04-15 20:43 josh-a-hicks New Issue
2025-04-15 20:43 josh-a-hicks Status new => assigned
2025-04-15 20:43 josh-a-hicks Assigned To => josh-a-hicks
2025-04-15 20:43 josh-a-hicks Tag Attached: log miner
2025-04-15 20:43 josh-a-hicks Issue generated from: 0006757
2025-04-15 20:48 pbelov Status assigned => resolved
2025-04-15 20:48 pbelov Resolution open => fixed
2025-04-15 20:48 pbelov Fixed in Version => 3.16.2
2025-04-15 20:48 pbelov Note Added: 0002807
2025-04-15 21:00 Changeset attached => SymmetricDS 3.16 fc62093a