-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command execution timed out in go-client when Docker container is restarted #405
Comments
What is the IP of the newly restarted container? Is that IP the same as the seed you provided? Can you |
here
here
IP of a new container might be different of course. Here some more points of investigation which might be helpful:
On the environment where there is no problem the app container can be restarted without any problems Unfortunately, I cannot play around with this error because it's reproduced on prod environment while not reproduced on dev.
|
Hello,
I have deployed aerospike:ce-6.3.0.1 under docker-compose with the aerospike.conf
I'm using go-client v6.12.0 in my go aplication also deployed as docker container in the same docker network.
When my go application container restarts due to redeployment I start getting the following error on go-client side on just creating a new client connection
client logs look like this
Error is reproduced until aerospike container is restarted.
The text was updated successfully, but these errors were encountered: