Skip to content

segfetcher: already requested segment types should be considered cached. #3234

@lukedirtwalker

Description

@lukedirtwalker

In the segfetcher loop we first resolve segments and check the NextQuery table to see what is cached. Then we request missing data. If multiple core request are done and revocations are involved it can happen that the NextQuery entry for an already requested core segment is deleted. So in the next resolve phase the request is again identified as to be fetched.

To prevent this we should make sure that for each segment type we only fetch once per path request.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions