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
But when verifying ingest, no multihashes are checked for the ad:
ipni verify ingest -i indexstar.prod.cid.contact --pid 12D3KooWKMcrAZVZW8czkgiDiiHNFrs81cDtEsPXNBJMRM6eLcEc -a baguqeeraf5ggmlg5edw2eoway3rhtpetfink7q4jwkxmjigsoominp32ui6a --edl 10000
Publisher: {12D3KooWKMcrAZVZW8czkgiDiiHNFrs81cDtEsPXNBJMRM6eLcEc: [/ip4/18.184.77.157/tcp/4001]}
Ads/Entries depth: 1/10000
Topic: /indexer/ingest/mainnet
Last ad seen by indexer: baguqeeraf5ggmlg5edw2eoway3rhtpetfink7q4jwkxmjigsoominp32ui6a
Verification starting at advertisement specified: baguqeeraf5ggmlg5edw2eoway3rhtpetfink7q4jwkxmjigsoominp32ui6a
Advertisement ID: baguqeeraf5ggmlg5edw2eoway3rhtpetfink7q4jwkxmjigsoominp32ui6a
Previous Advertisement ID: baguqeerahee24kvu5zvapxf4fyrr23eskzut23j6rg5plybqquieuqqiuv5q
Verifying ingest... (1/1)
Total Entries: 0 over 0 chunk(s); ad entries are partially synced due to: recursion limit reached
Verification: 🔘 Skipped; sampling did not include any multihashes.
-----------------------
Verification result:
# failed to verify: 0
# unindexed: 0
# indexed with another provider ID: 0
# indexed with expected provider ID: 0
--------------------------------------------
total Multihashes checked: 0
sampling probability: 1.00
RNG seed: 0
⚠️ Inconclusive; no multihashes were verified.
Advertisement chain a:
# rm ads: 0
# non-rm ads: 1
# of which had ctx id removed: 0
# unique context IDs: 1
# max mhs per ad: 0
# min mhs per ad: 0
# mean ± std mhs per ad: 0.00 ± 0.00
# max chunks per ad: 0
# min chunks per ad: 0
# mean ± std chunks per ad: 0.00 ± 0.00
--------------------------------------------
total ads: 1
total mhs: 0
total chunks: 0
Note that setting entries depth limit makes no difference and the output seems to indicate:
0 over 0 chunk(s); ad entries are partially synced due to: recursion limit reached
The text was updated successfully, but these errors were encountered:
- Need to sync entries before sampling
- Verify can now do a double-hashed find
- Make dh and non-dh verify configurable with --no-prov flag
- Optionally allow separate dhstore and indexers (provider sources) to be specified
Fixes#35
* Fix entry verification
- Need to sync entries before sampling
- Verify can now do a double-hashed find
- Make dh and non-dh verify configurable with --no-prov flag
- Optionally allow separate dhstore and indexers (provider sources) to be specified
Fixes#35
* No IndexCount, do not auto-refresh pcache
Version
0.0.3
Verify ingest seems to not find any multihashes for an ad that clearly has entries in the
ad get
command. Example:But when verifying ingest, no multihashes are checked for the ad:
Note that setting entries depth limit makes no difference and the output seems to indicate:
The text was updated successfully, but these errors were encountered: