We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b25676 commit 8aee66dCopy full SHA for 8aee66d
src/atmst/blockstore/car_file.py
@@ -119,7 +119,8 @@ class OpportunisticStreamingCarBlockStore(BlockStore):
119
120
This should work in 99.999% of cases. The fallback case could fail if the CAR
121
starts off in canonical order, but has duplicate record CIDs where the second
122
- record is *not* duplicated into the CAR.
+ record is *not* duplicated into the CAR. Duplicate CIDs are relatively common
123
+ in-the-wild, but accidentally-canonical block order is rare.
124
125
In such a case, an OptimisticRetryError is raised, and the caller should
126
retry from scratch with optimistic=False.
0 commit comments