cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
209 stars 20 forks source link

Cassandra task placement constraint issue #34

Closed jazzl0ver closed 6 years ago

jazzl0ver commented 6 years ago

In the test cluster I'm running, there's only one node in ASG. It was in AZ us-east-1a. Before going home yesterday I've updated ASG to 0 nodes. Today I've reverted ASG settings back to 1 node, but this time AWS has started the EC2 instance in AZ us-east-1b. ECS has started firecamp-manageserver w/o issues, but it wasn't able to start C* due to task placement constraint appeared to be in AZ 1a: image image

I've checked Task definition for C* - it doesn't have any placement constraints set.

Do you know what's going on and how to get that fixed? I tried to update the C* service with "Force deployment" checkbox set - didn't help.

jazzl0ver commented 6 years ago

figured that out - ASG had 3 AZs. apologies