View Issue Details

IDProjectCategoryView StatusLast Update
0005580SymmetricDSBugpublic2022-11-30 19:49
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.0 
Target Version3.14.3Fixed in Version3.14.3 
Summary0005580: 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.14 e0434f76

2022-11-07 20:56:27

admin

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