Zeebe Cluster Resize - Partition is not bound

Hello,

I’m working with Zeebe about 1 year and recently I tried to increase the partitionCount , clusterSize and replicationFactor, from 1 to 3 in all theese fields.

But all the pods in the cluster haven’t the green healty status and also, have problems logged. I guess that the problem is about the partition because only the previous node have the partition set up.

  1. What did you expect to happen? What did happen?
    The brokers work correctly each other and have more partitions

  2. What environment are you running C8 on?
    I’m using GCP - GKE

  3. What version are you running?
    8.4.3

  4. Are all pods running
    All pods are running but only one is “healthy” by the Kube

More information*

{
  "version": 7,
  "brokers": [
    {
      "id": 1,
      "state": "ACTIVE",
      "version": 2,
      "lastUpdatedAt": "2024-02-21T13:02:06.954010596Z",
      "partitions": []
    },
    {
      "id": 2,
      "state": "ACTIVE",
      "version": 2,
      "lastUpdatedAt": "2024-02-21T13:02:07.000827977Z",
      "partitions": []
    },
    {
      "id": 0,
      "state": "ACTIVE",
      "version": 0,
      "lastUpdatedAt": "-999999999-01-01T00:00:00+18:00",
      "partitions": [
        {
          "id": 1,
          "state": "ACTIVE",
          "priority": 1
        }
      ]
    }
  ],
  "lastChange": {
    "id": 6,
    "status": "COMPLETED",
    "startedAt": "2024-02-21T13:02:06.879354142Z",
    "completedAt": "2024-02-21T13:02:07.001042576Z"
  }
}

When I create a new cluster works perfeclty. I guess that the problem is about the partitions.

Anyone have any idea?

You need to delete zeebe’s storage volume data and then restart zeebe.

but in this way, I’ll lost all the old data, right?

Yes, there is no better way.

okay, thanks. But I can resize the cluster size without problem?