View Issue Details

IDProjectCategoryView StatusLast Update
0005578SymmetricDSBugpublic2022-11-30 19:34
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.5 
Target Version3.12.20Fixed in Version3.12.20 
Summary0005578: Script error from newer wins conflict resolution with old nodes
DescriptionIn a mixed environment, with nodes running software that is older than 3.12.5, they can't run the script to send newer data because it references a new method on data service. The script should check the version of the software before calling the new method.

Example script that gets an error:

if (context != void && context != null) {
engine.getDataService().sendNewerDataToNode(context.findTransaction(), SOURCE_NODE_ID, "mytable", "1", new Date(), "001");
}
Tagsconflict manager

Relationships

related to 0005579 closedelong Script error from newer wins conflict resolution with old nodes 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 2a97f1ca

2022-11-07 20:52:18

admin

Details Diff
0005578: Script error from newer wins conflict resolution with old nodes Affected Issues
0005578
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/load/DefaultDataLoaderFactory.java Diff File

Issue History

Date Modified Username Field Change
2022-11-07 20:51 elong New Issue
2022-11-07 20:51 elong Status new => assigned
2022-11-07 20:51 elong Assigned To => elong
2022-11-07 20:51 elong Tag Attached: conflict manager
2022-11-07 20:52 elong Status assigned => resolved
2022-11-07 20:52 elong Resolution open => fixed
2022-11-07 20:52 elong Fixed in Version => 3.12.20
2022-11-07 20:52 elong Issue cloned: 0005579
2022-11-07 20:52 elong Relationship added related to 0005579
2022-11-07 21:00 admin Changeset attached => SymmetricDS 3.12 2a97f1ca
2022-11-30 19:34 admin Status resolved => closed