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
Currently we use content_cid to pin to cluster since this commit but we should use source_cid because car uploads are pinned directly by root cid which is the source_cid in the db.
The issue is, when we run the cron to check pin status we dont know if we should use content_cid or source_cid to call cluster.
Possible solution is to re-pin everything that as a source_cid different from content_cid
The text was updated successfully, but these errors were encountered:
hugomrdias
added
kind/bug
A bug in existing code (including security flaws)
need/triage
Needs initial labeling and prioritization
P1
High: Likely tackled by core team if no one steps up
and removed
need/triage
Needs initial labeling and prioritization
labels
Feb 28, 2022
We need to pin by source CID to be consistent with all other uploads.
...also a fix to ensure the pin metadata is filtered correctly.
refs #1490
Part 2 is to pin all v0 source CIDs.
Currently we use
content_cid
to pin to cluster since this commit but we should usesource_cid
because car uploads are pinned directly by root cid which is thesource_cid
in the db.The issue is, when we run the cron to check pin status we dont know if we should use
content_cid
orsource_cid
to call cluster.Possible solution is to re-pin everything that as a
source_cid
different fromcontent_cid
The text was updated successfully, but these errors were encountered: