datashim icon indicating copy to clipboard operation
datashim copied to clipboard

Bug on dataset operator eviction

Open christian-pinto opened this issue 4 years ago • 0 comments

If the dataset operator pod gets evicted for some reason a new instance is started. However, the evicted instance seems to be holding a lock causing a deadlock.

In the new operator instance logs you can only see the following line repeated indefinitely: {"level":"info","ts":1589796411.546784,"logger":"leader","msg":"Not the leader. Waiting."} The pod is not capable of continuing its execution.

This seems to be an issue with the operator-framework that is being triaged at the below link: https://github.com/operator-framework/operator-sdk/issues/1305

christian-pinto avatar May 19 '20 07:05 christian-pinto