Sven Breuner
Sven Breuner
Scratch the question about central location for the copyright note. Turned out that the examples from the LLM did not really match for what I had in mind and I...
@dbishop : SPDX license & copyright header added in commit 25019080399aa07afdf70822f57f5b507ef3f187 .
Thanks for looking into this, @sbaluja . The missing piece in your reproducer might be the disabling of the EC2 metadata service discovery. With the EC2 metadata service discovery enabled,...
Thanks for looking into this, @kai-ion . Before sending my previous message I did actually reproduce the problem by using the dockerfile from @sbaluja, just with the added `setenv()`, so...
hi @lee-j-sanders, thanks for reaching out regarding this. sounds indeed like a very interesting problem. just to make sure that there is no general delay in the aws sdk or...
P.S.: If it's interesting in this context: Here is the place in the elbencho code where the actual S3 Get request is being handled (synchronously) by the AWS SDK: https://github.com/breuner/elbencho/blob/821392a52463fcac5cc753127d2b86a2fb24512a/source/workers/LocalWorker.cpp#L5862...
Hi @lee-j-sanders, I've calculated from the json `opslog.out` how long each each operation took, defined by the point in time where is_finished=false (so just before the Get request through the...
In the aws log file it looks like the S3 server is only sending the response header quickly ("HeaderIn"), but the actual data payload ("DataIn") arrives 40ms later, so that...
Hi @lee-j-sanders , were you able to make any further progress with this investigation? If not then `tcpdump` might be a good tool to confirm whether the AWS SDK log...
Hi @lee-j-sanders , just wanted to check if you're still on this one so that we should leave it open.