Replies: 1 comment
-
How big is that file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a setup of 3 nodes with the
identity
andrequest_response
protocols configured in my behaviour.When 2 nodes initiate a file request at the same time from 1 node, the connection hangs for a bit and both nodes that initiated the request fails with the following error.
Node 1 and 2 failed to request file from
12D3KooWFHNBwTxUgeHRcD3g4ieiXBmZGVyp6TKGWRKKEqYgCC1C
:Node 3 that should have responded with the file does not complete:
Theres 2 things I notice:
InboundRequest
network event,2023-12-08T20:02:44.094946Z INFO storagehub_client::network: InboundRequest network event file_id="lorem"
, therespond_file
method did not panic, so I can only assume that thesender.send(Command::RespondFile { file, channel })
worked.I tried with only a single node requesting the file and it works like a charm. As soon as I introduce other nodes requesting the same file in parallel, I get this error.
This is my swarm configuration.
How can I debug this further?
Beta Was this translation helpful? Give feedback.
All reactions