Open
Description
💡 Summary
Determine the cause of unexpected root domain records that are being inserted into the root_domains table
Motivation and context
We received an inquiry from a stakeholder asking about an unusual root domain that was attributed to them in their PE reports. We need to sort this out and ensure everything is working properly.
Implementation notes
- Part of the ASM Sync process is most likely the culprit
- On paper, this behavior shouldn't be happening
- Need to determine how to fix the issue without breaking the rest of the processes
Acceptance criteria
- Identify exactly what is inserting these unexpected root domain records
- Determine a fix for the issue that doesn't break the PE reports
- Implement fix and test if issue is solved