Hi Team, can anyone make sense of this error? ```T...
# ask-the-community
j
Hi Team, can anyone make sense of this error?
Copy code
Total number of phase versions exceeded for phase [PhaseRunning] in Plugin [k8s-array]. Attempted to set version to [110477], max allowed [100000]
d
How long has the task been running? This
PhaseVersion
field is incremented at each update to ensure idempotent eventing, so that in failure scenarios old state is not reported. If it is extremely large, it could indicate a very long running task. If that's the case, we can probably mitigate in a few different ways.