View Issue Details

IDProjectCategoryView StatusLast Update
0005579SymmetricDSBugpublic2022-11-30 19:40
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.0 
Target Version3.13.9Fixed in Version3.13.9 
Summary0005579: 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 0005578 closedelong Script error from newer wins conflict resolution with old nodes 
related to 0005580 closedelong Script error from newer wins conflict resolution with old nodes 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.13 efe16e64

2022-11-07 20:54:50

admin

Details Diff
0005579: Script error from newer wins conflict resolution with old nodes Affected Issues
0005579
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:52 elong New Issue
2022-11-07 20:52 elong Status new => assigned
2022-11-07 20:52 elong Assigned To => elong
2022-11-07 20:52 elong Tag Attached: conflict manager
2022-11-07 20:52 elong Issue generated from: 0005578
2022-11-07 20:52 elong Relationship added related to 0005578
2022-11-07 20:55 elong Status assigned => resolved
2022-11-07 20:55 elong Resolution open => fixed
2022-11-07 20:55 elong Fixed in Version => 3.13.9
2022-11-07 20:55 elong Issue cloned: 0005580
2022-11-07 20:55 elong Relationship added related to 0005580
2022-11-07 21:00 admin Changeset attached => SymmetricDS 3.13 efe16e64
2022-11-30 19:40 admin Status resolved => closed