View Issue Details

IDProjectCategoryView StatusLast Update
0006324SymmetricDSBugpublic2024-04-05 17:43
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.4 
Target Version3.15.5Fixed in Version3.15.5 
Summary0006324: Routing file deletes causes null pointer exception when capturing statistics
DescriptionRouterService 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 Reproduce1. 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.
Tagsfile sync, routing

Issue History

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