vertica / vertica-kubernetes

Operator, container and Helm chart to deploy Vertica in Kubernetes
Apache License 2.0
44 stars 25 forks source link

Fully mirror main cluster in replicated upgrade #824

Closed roypaulin closed 4 months ago

roypaulin commented 5 months ago

We used to mirror only primary subclusters. Now we mirror secondary subclusters as well.

cchen-vertica commented 5 months ago

We probably need to do some subcluster_promote and subcluster_demote after we sandboxing the subclusters. For example, if we have two primary subclusters in main cluster, after the fully mirror step, we should have two primary subclusters in the sandbox.

roypaulin commented 4 months ago

We probably need to do some subcluster_promote and subcluster_demote after we sandboxing the subclusters. For example, if we have two primary subclusters in main cluster, after the fully mirror step, we should have two primary subclusters in the sandbox.

I am going to add promote/demote subcluster API calls in this PR.

roypaulin commented 4 months ago

For now alter sc type will only be used for replicated upgrade.

cchen-vertica commented 4 months ago

Looks good overall, only left a few minor comments.