View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006211 | SymmetricDS | Bug | public | 2024-01-29 13:49 | 2024-02-15 20:28 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.2 | ||||
Target Version | 3.14.12 | Fixed in Version | 3.14.12 | ||
Summary | 0006211: Registration error: sym_parameter changes causing sync triggers need to be limited to DML changes | ||||
Description | When sym_parameter changes occur, there is functionality that checks to see if the parameter change should cause a sync triggers to run. When a node registers, the SQL event that deletes all records from sym_parameter causes this code to run, and when it attempts to see if the external_id value in the sym_parameter record applies to the node registering causes an ArrayIndexOutOfBoundsException because it is looking for a value in the row_data for the external_id column, but the delete of sym_parameter SQL event in the registration payload does not have those values in row_data. | ||||
Steps To Reproduce | 1. Attempt to register a new node (running 3.14.2 or later). 2. ArrayIndexOutOfBoundsException will occur. | ||||
Tags | registration | ||||
SymmetricDS: 3.14 e9cef8f1 2024-01-29 14:10:54 Details Diff |
0006211: Registration error: sym_parameter changes causing sync triggers need to be limited to DML changes |
Affected Issues 0006211 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ConfigurationChangedHelper.java | Diff File | ||
SymmetricDS: 3.15 ec7c5501 2024-01-29 14:10:54 Details Diff |
0006211: Registration error: sym_parameter changes causing sync triggers need to be limited to DML changes |
Affected Issues 0006211 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ConfigurationChangedHelper.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-29 13:49 | pmarzullo | New Issue | |
2024-01-29 13:49 | pmarzullo | Status | new => assigned |
2024-01-29 13:49 | pmarzullo | Assigned To | => pmarzullo |
2024-01-29 13:49 | pmarzullo | Tag Attached: registration | |
2024-01-29 13:50 | pmarzullo | Relationship added | related to 0005433 |
2024-01-29 14:18 | pmarzullo | Status | assigned => resolved |
2024-01-29 14:18 | pmarzullo | Resolution | open => fixed |
2024-01-29 14:18 | pmarzullo | Fixed in Version | => 3.14.12 |
2024-02-05 18:57 | admin | Status | resolved => closed |
2024-02-15 20:28 | pmarzullo | Changeset attached | => SymmetricDS 3.14 e9cef8f1 |
2024-02-15 20:28 | pmarzullo | Changeset attached | => SymmetricDS 3.15 ec7c5501 |