carbynestack / klyshko

Carbyne Stack correlated randomness generation subsystem
Apache License 2.0
4 stars 2 forks source link

Reconciler error due to concurrent update #48

Open strieflin opened 1 year ago

strieflin commented 1 year ago

Klyshko produces many errors as shown below:

2023-03-17T13:10:34.136Z ERROR controller-runtime.manager.controller.tuplegenerationtask Reconciler error {"reconciler group": "klyshko.carbnyestack.io", "reconciler kind": "TupleGenerationTask", "name": "tuplegenerationscheduler-sample-6f80f7e3-78ad-433b-ac91-54ff5b98346a-0", "namespace": "default", "error": "unable to update status for task tuplegenerationscheduler-sample-6f80f7e3-78ad-433b-ac91-54ff5b98346a-0: Operation cannot be fulfilled on tuplegenerationtasks.klyshko.carbnyestack.io \"tuplegenerationscheduler-sample-6f80f7e3-78ad-433b-ac91-54ff5b98346a-0\": the object has been modified; please apply your changes to the latest version and try again"}

This needs to be investigated. One possible solutions is to just retry the update (see K8s retry or avast retry, both in dependencies already).

github-actions[bot] commented 1 year ago

This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs.

github-actions[bot] commented 12 months ago

This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs.