-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
A bug was discovered in the container discovery process that caused duplicate volumes and issues to be created when processing new resources. While the deduplication mechanism worked correctly for existing resources, it failed to properly identify and merge containers for newly created resources.
Technical Details
The issue occurred because:
- For existing resources, the system could traverse both incoming and outgoing
part_ofrelationships - For new resources, only outgoing relationships were checked, missing potential existing containers
- This led to the creation of duplicate volumes/issues when processing new resources that should have been linked to existing containers
Current Status
- The bug has been fixed in commit 45f285c
- The fix ensures proper container discovery for both new and existing resources
- However, duplicate volumes and issues created before the fix need to be manually merged
Required Action
A dedicated operation is needed to:
- Identify duplicate volumes and issues in the database
- Merge these duplicates while preserving all relationships
This cannot be automated as part of the fix since it requires careful validation of the merging process to ensure no data is lost.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working