View Issue Details

IDProjectCategoryView StatusLast Update
0006727SymmetricDS ProImprovementpublic2025-04-23 19:14
Reporterpbelov Assigned Toelong  
Priorityhigh 
Status resolvedResolutionfixed 
Target Version3.16.2Fixed in Version3.16.2 
Summary0006727: Include primary key transforms in the Compare and Repair process
DescriptionInclude primary key transforms in the Compare and Repair process. Use case is the source_node_id is added by a transform when syncing data from a store node to central node.
Steps To ReproduceCreate table at the store node
Create same table with addition of source_node_id to PK via transform at the central server node
Run Compare and Repair for this table
TagsNo tags attached.

Activities

elong

2025-04-23 12:51

developer   ~0002836

Current way it's handled is it expects an "initial load select" to be configured on table routing to get the correct subset of rows from central. It excludes columns from comparison if there is a transform with no source column. It supports schema transform, like renaming columns, but not data transformation. In a later phase, we can add support for comparison involving sub-setting of data through routers and data transformation.

Issue History

Date Modified Username Field Change
2025-02-13 13:53 pbelov New Issue
2025-03-31 19:52 elong Description Updated View Revisions
2025-03-31 19:52 elong Steps to Reproduce Updated View Revisions
2025-04-23 12:47 elong Assigned To => elong
2025-04-23 12:47 elong Status new => resolved
2025-04-23 12:47 elong Resolution open => fixed
2025-04-23 12:47 elong Fixed in Version => 3.16.2
2025-04-23 12:51 elong Note Added: 0002836