Hello,
I am trying to upgrade our Zeebe from v0.26.1 to v1.1.0 (tried v1.0.0 as well) but I ran into “StorageException: Failed to acquire storage lock; ensure each Raft server is configured with a distinct storage directory” error and now our brokers won’t start.
Helm values for Zeebe:
image:
repository: camunda/zeebe
tag: 1.1.0
clusterSize: "1"
partitionCount: "1"
replicationFactor: "1"
logLevel: DEBUG
cpuThreadCount: "2"
ioThreadCount: "2"
pvcSize: "10Gi"
pvcAccessModes: [ "ReadWriteOnce" ]
resources:
requests:
cpu: 3000m
memory: 2Gi
limits:
cpu: 6000m
memory: 3Gi
probePath: /ready
readinessProbe:
failureThreshold: 3
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 12
Any help is appreciated!
Complete error log in Zeebe cluster: StorageException: Failed to acquire storage lock; Zeebe - Pastebin.com