View Issue Details

IDProjectCategoryView StatusLast Update
0006757SymmetricDSBugpublic2025-04-15 20:43
Reporterjosh-a-hicks Assigned Tojosh-a-hicks  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.15.0 
Target Version3.15.16Fixed in Version3.15.16 
Summary0006757: 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

Activities

Related Changesets

SymmetricDS: 3.15 c6f83bad

2025-04-14 17:57:49

joshahicks


Committer: GitHub Details Diff
0006757: ExtractDataReader support from target platform (0000245)

* 0006757: ExtractDataReader support from target platform
Affected Issues
0006757
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-03-13 14:43 josh-a-hicks New Issue
2025-03-13 14:43 josh-a-hicks Status new => assigned
2025-03-13 14:43 josh-a-hicks Assigned To => josh-a-hicks
2025-04-03 00:41 pbelov Target Version 3.15.15 => 3.15.16
2025-04-14 17:57 pbelov Description Updated View Revisions
2025-04-14 17:57 pbelov Steps to Reproduce Updated View Revisions
2025-04-14 17:57 pbelov Tag Attached: log miner
2025-04-14 17:58 pbelov Status assigned => resolved
2025-04-14 17:58 pbelov Resolution open => fixed
2025-04-14 17:58 pbelov Fixed in Version => 3.15.16
2025-04-14 17:58 pbelov Note Added: 0002804
2025-04-14 18:00 Changeset attached => SymmetricDS 3.15 c6f83bad
2025-04-15 20:43 josh-a-hicks Issue cloned: 0006827