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
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
I had two fleets in Azure. I could not provision from the second fleet, until the first fleet was completely gone (or at least invisible to the second fleet). I accomplished this by changing the tag name of the tag youxia.managed_tag on the remaining VM of the first fleet, and only then did the second fleet begin provisioning again.
I think that an additional tag for Azure VMs might be necessary to indicate exactly which fleet that VM belongs to, so that the Deployer won't get confused when it looks to see if there are any existing VMs.
This doesn't make sense. The value of youxia.managed_tag is the tag that indicates which fleet a VM belongs to. Are you sure you didn't start two fleets with the same name?
Or did you happen to use a name for one fleet that is a prefix of the second fleet? The names in Azure are followed by random uuids, I wonder if the names tripped that up.
The line number you've linked to points to youxia.managed_tag not youxia.managed_state. And its the former that determines which fleet a worker belongs to. I think that if the latter is affecting which fleet a node belongs to, then this is just plain a bug.
I think we need to try this again, to get a better idea on exactly what happened. It could have been a one-off issue, but I'm pretty sure this is reproducible, if was get a bit of time. Of course, I'm a little wary about trying to reproduce it in the same environment that's doing Production workflows...
I had two fleets in Azure. I could not provision from the second fleet, until the first fleet was completely gone (or at least invisible to the second fleet). I accomplished this by changing the tag name of the tag
youxia.managed_tag
on the remaining VM of the first fleet, and only then did the second fleet begin provisioning again.I think that an additional tag for Azure VMs might be necessary to indicate exactly which fleet that VM belongs to, so that the Deployer won't get confused when it looks to see if there are any existing VMs.
I think this might be relevant:
youxia/youxia-common/src/main/java/io/cloudbindle/youxia/listing/AzureListing.java
Line 61 in 7e07458
The text was updated successfully, but these errors were encountered: