View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006827 | SymmetricDS | Bug | public | 2025-04-15 20:43 | 2025-04-15 21:00 |
Reporter | josh-a-hicks | Assigned To | josh-a-hicks | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.16.2 | Fixed in Version | 3.16.2 | ||
Summary | 0006827: ExtractDataReader support from target platform | ||||
Description | Normally 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 Reproduce | 1. 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. | ||||
Tags | log miner | ||||
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 |
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 |