ghuang

Results 9 comments of ghuang

Also, I think this has something to do with the `DecribeInstances` API call hanging but without a timeout.

@RanVaknin I think the behavior of hanging a single request during a wait until the `maxWaitDur` runs out is kinda surprising. So the waiter would have been more intuitive if...

> Please enable logging and share the logs here so we can have a better idea of what is happening. pass this to your client config: config.WithClientLogMode(aws.LogRetries | aws.LogAttempts) Here...

``` [2022-09-30T19:10:30Z] I0930 19:10:30.856543 11914 e2e.go:66] failed to tear down the cell or account: failed to tear down cell: failed to describe instances: operation error EC2: DescribeInstances, https response error...

Also, I have filed a support ticket, and attached the request ID in one of the failure cases. I will update here for findings from that support case.

> Can you please share some of your code? Im not sure why you are not seeing any logs. I figured out why the log lines are missing. We have...

@RanVaknin I was able to reproduce this with (`LogRetries | LogRequest | LogResponse`). See the following log lines for the 2nd and 3rd attempts. The 2nd attempt went through fine,...

@RanVaknin I don't think the middleware solution is graceful enough for us since it changes the behavior for all requests using that client. In our code base, we construct one...

@RanVaknin I closed the support ticket to favor of moving the discussion here. Thanks for making this a feature request, I understand that this will be in the backlog and...