This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
api, cmd, prod, pss, swarm: get publisher and query feed for chunk repair request #2175
api, cmd, prod, pss, swarm: get publisher and query feed for chunk repair request #2175
Changes from 45 commits
8c4e6a7
7a213dc
7132166
f25b463
64741c4
7b6ef91
ce6e347
ed7e691
934ac93
81954b3
0842aff
2c55d03
78c188b
467473c
3608343
9747df5
7e1b979
52dac5b
64de461
be58121
75d5d64
4c3fc93
b893bc3
652bc35
2a2b9df
9a659f9
948a3ae
ebe8b6a
768c063
699a28f
16ea955
d4e6e0b
8feeed5
bdb8c02
0a2fca2
faf7158
3019ebc
b67a103
97dc5cd
0250a5f
6195cf7
931b76e
272df48
7fc3df5
a28f1ff
e6f0099
470ee96
5c2f9f0
61c33d9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here use RecoveryTopicText
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops, this was left behind when i split the code into 2 more PRs.
fixed in the main branch, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this always
lookup.NoClue
? does it not store latest. state to be. used as hint?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as of now, we do not have any idea when the last update to the feed happened, so this is why
NoClue
is used.but i have added a note to #2181, we can further optimize it this way i think.
thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think you dont need cancel here but timeout and of course extending the parent context inherited from netstore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed