Open shrimpwtf opened 1 month ago
Can you explain what do you mean by size: 0xf699e7f2276f5c9a75944b37a0c5b5d9ddfd2471bf6242483b03ab2887d198d0, both say the size is 4066
?
You mean the number of dynamic fields that this object has?
Can you explain what do you mean by size:
0xf699e7f2276f5c9a75944b37a0c5b5d9ddfd2471bf6242483b03ab2887d198d0, both say the size is 4066
?You mean the number of dynamic fields that this object has?
Correct. At the time of testing was roughly around this. I'm trying a snapshot sync with full indexes to see if this helps
Can you explain what do you mean by size:
0xf699e7f2276f5c9a75944b37a0c5b5d9ddfd2471bf6242483b03ab2887d198d0, both say the size is 4066
? You mean the number of dynamic fields that this object has?
So I've just synced the rocksdb snapshot with the indexes (1.3tb of them too), it's a bit better, grabbing 3699 of them however there's currently 4203 in this object so it's still missing a bunch. The node is fully upto sync. This is definitely a big problem.
Public and my rpc seem to give same result for the above now, however other objects still have discrepancies.
Steps to Reproduce Issue
made a new node and synced it fully via a rocksdb snapshot. its synced to the same state as the public rpc im using for comparison. when I grab object 0xf699e7f2276f5c9a75944b37a0c5b5d9ddfd2471bf6242483b03ab2887d198d0, both say the size is 4066 however when grabbing the dynamic fields of it the public rpc grabs all the objects meanwhile mine only grabs 478 of them.
I've got these settings enabled as below, from the docs explanations this only wipes historical versions of objects and shouldn't affect this.
`enable-event-processing: true enable-index-processing: true
authority-store-pruning-config: num-latest-epoch-dbs-to-retain: 3 epoch-db-pruning-period-secs: 3600 num-epochs-to-retain: 1 max-checkpoints-in-batch: 10 max-transactions-in-batch: 1000 pruning-run-delay-seconds: 60`
Expected Result
all dynamic fields are returned
Actual Result
only 10% of the objects were returned.
System Information