View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006324 | SymmetricDS | Bug | public | 2024-04-04 16:41 | 2024-04-05 17:43 |
| Reporter | pmarzullo | Assigned To | pmarzullo | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.15.4 | ||||
| Target Version | 3.15.5 | Fixed in Version | 3.15.5 | ||
| Summary | 0006324: Routing file deletes causes null pointer exception when capturing statistics | ||||
| Description | RouterService gets null pointer exception when routing file deletes and gathering statistics. It tries to get the file name from the ROW_DATA if it is a file sync channel and use old data to route is set, but for a delete, the ROW_DATA is null. For a file delete, the file name shows up in the PK_DATA. The PK_DATA is null if the it is a file create, only the ROW_DATA is set. So both objects need to be checked to find the file name. | ||||
| Steps To Reproduce | 1. Set up file sync 2. Create a file and let it sync. 3. Delete a file and let the file sync tracker run to capture the delete. 4. Routing will get a null pointer exception. | ||||
| Tags | file sync, routing | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-04-04 16:41 | pmarzullo | New Issue | |
| 2024-04-04 16:41 | pmarzullo | Status | new => assigned |
| 2024-04-04 16:41 | pmarzullo | Assigned To | => pmarzullo |
| 2024-04-04 16:41 | pmarzullo | Tag Attached: file sync | |
| 2024-04-04 16:41 | pmarzullo | Tag Attached: routing | |
| 2024-04-04 19:50 | pmarzullo | Note Added: 0002424 | |
| 2024-04-05 17:43 | pmarzullo | Status | assigned => resolved |
| 2024-04-05 17:43 | pmarzullo | Resolution | open => fixed |
| 2024-04-05 17:43 | pmarzullo | Fixed in Version | => 3.15.5 |
| 2024-04-23 16:58 | admin | Status | resolved => closed |