You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a small one node kubernetes cluster, and deploying 5 instances of a small web server which saves statistics to dynamodb. Occasionally, my cluster will get into a state where a very small subset of containers ccan save to dynamodb. Redeploying / Restarting the containers doesn't fix it. I was only able to fix it by tearing down the VM itself and redeploying that.
I've already checked my AWS write capacity, and I'm waaay below it. I'm set to 2 writes per second, I'm writing once every 30 seconds, the containers have staggered start times. All charts for my throughput / throttling show that this is healthy.
This may be an EKS / AWS issue, rather than an issue with this module, but I don't know enough about any of this to differentiate, so if that's the case, some help debugging / redirecting to the right destination would be appreciated :)
Here's some logs with debugging turned on, though I've redacted things that look authorization related just in case...
Version of AWS SDK for Go?
From the logs below, looks like 1.25.16
Version of Go (
go version
)?What issue did you see?
I am running a small one node kubernetes cluster, and deploying 5 instances of a small web server which saves statistics to dynamodb. Occasionally, my cluster will get into a state where a very small subset of containers ccan save to dynamodb. Redeploying / Restarting the containers doesn't fix it. I was only able to fix it by tearing down the VM itself and redeploying that.
I've already checked my AWS write capacity, and I'm waaay below it. I'm set to 2 writes per second, I'm writing once every 30 seconds, the containers have staggered start times. All charts for my throughput / throttling show that this is healthy.
This may be an EKS / AWS issue, rather than an issue with this module, but I don't know enough about any of this to differentiate, so if that's the case, some help debugging / redirecting to the right destination would be appreciated :)
Here's some logs with debugging turned on, though I've redacted things that look authorization related just in case...
This then retries 10 times, and fails.
Steps to reproduce
The code being executed is here:
https://github.com/Quantumplation/eks-play/blob/c1367591f1ec72a23bb1067ea33243b3dab86b19/go-server.go
The text was updated successfully, but these errors were encountered: