You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting! Yeah, this just needs retries, because what's happening is that two write requests are trying to create the same location, which errors in uniqueness, and one was slightly faster than the other, a retry should detect that it already exists in the database on the next attempt.
Got error log from Parca server:
Looks like there are duplicate sets for
UNIQUE (mapping_id, is_folded, normalized_address, lines)
in thelocations
table.The text was updated successfully, but these errors were encountered: