Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Cloudbreak cluster in "update in progress" status doesn't sync

avatar
New Member

I have a running cluster in AWS that appears as update in progress:

cb cluster list
{
    "Name": "hdp-edw-v21",
    "Description": "",
    "CloudPlatform": "AWS",
    "StackStatus": "UPDATE_IN_PROGRESS",
    "ClusterStatus": "START_IN_PROGRESS"
 }

the cluster is running, and I can see all services up and running in ambari.

If I try to sync using web ui or console cli, the cluster keeps in this status. Right now I cant stop or resize the cluster using cloudbreak.

How can I fix this?

Thanks in advance


img.jpg
1 ACCEPTED SOLUTION

avatar
New Member

After digging cloudbreak logs I realized it wasn't able to connect to cluster master. After reviewing security groups, there were some ports closed (9443) in master instance group.

Once I set them correctly, the cluster succesfully syncronized

View solution in original post

1 REPLY 1

avatar
New Member

After digging cloudbreak logs I realized it wasn't able to connect to cluster master. After reviewing security groups, there were some ports closed (9443) in master instance group.

Once I set them correctly, the cluster succesfully syncronized