View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006212 | SymmetricDS | Bug | public | 2024-01-29 14:14 | 2024-01-29 14:15 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.2 | ||||
Target Version | 3.15.3 | Fixed in Version | 3.15.3 | ||
Summary | 0006212: 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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-29 14:14 | pmarzullo | New Issue | |
2024-01-29 14:14 | pmarzullo | Status | new => assigned |
2024-01-29 14:14 | pmarzullo | Assigned To | => pmarzullo |
2024-01-29 14:14 | pmarzullo | Tag Attached: registration | |
2024-01-29 14:15 | pmarzullo | Relationship added | related to 0005433 |
2024-01-29 14:15 | pmarzullo | Status | assigned => resolved |
2024-01-29 14:15 | pmarzullo | Resolution | open => fixed |
2024-01-29 14:15 | pmarzullo | Fixed in Version | => 3.15.3 |
2024-02-05 18:58 | admin | Status | resolved => closed |