-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Assets - Service, performance, functionality
-
None
-
2
-
Minor
Issue Summary
When performing a bulk export of Assets objects containing more than 1000 objects, a specific object is consistently duplicated in the exported CSV file. The same object key appears twice in every export attempt, indicating a systematic issue rather than an intermittent problem.
Steps to Reproduce
- Navigate to JSM Assets workspace
- Open an Object Schema with more than 1000 objects
- Run a bulk export of the object type without applying explicit sorting
- Download the exported CSV file
- Inspect the export file for duplicate object keys
Expected Results
Each object should appear exactly once in the exported CSV file. All exported objects should be unique with no duplicates.
Actual Results
A specific object key consistently appears duplicated (twice) in every export. The behavior is deterministic - the same object key is duplicated each time the export is performed, and exactly one duplicate entry is present per export. This occurs consistently on every export attempt. It happens consistently, which suggests an AQL-related problem.
Workaround
Applying explicit sorting to the objects before performing the export prevents the duplicate entries from appearing in the exported CSV file.
- is related to
-
JSDCLOUD-17061 Assets bulk export intermittently fails
-
- Closed
-
-
JSDCLOUD-17054 Intermittent missing or duplicate objects when doing a bulk export
-
- Closed
-