stellar-core icon indicating copy to clipboard operation
stellar-core copied to clipboard

Stop prefetching invalid entries

Open sisuresh opened this issue 11 months ago • 1 comments

The bulk load path ignores the invariants enforced on regular loads. For example, a trustline for the issuer cannot exist, so it cannot be loaded, but core still allows you to try prefetching that entry. We should stop prefetching invalid entries and enforce the invariants in bulk load as well. This would allow us to add https://github.com/stellar/stellar-core/pull/4189/ back in.

sisuresh avatar Mar 19 '24 23:03 sisuresh

Related discussion in slack thread

anupsdf avatar Apr 08 '24 17:04 anupsdf