post-1.11-rebase: reenable event handling while image pruning #20127
Labels
component/image
kind/bug
Categorizes issue or PR as related to a bug.
kind/post-rebase
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/P1
sig/developer-experience
Underlying gonum/graph assigns conflicting IDs to new nodes after a node deletion. Thus two different nodes amy be assigned the same ID. This leads to panic when an edge is set between them.
The following PR temporarily disables event handling until the package is fixed. This ensures that no new nodes will be added to the graph after the first node gets removed.
deads2k#87
Either gonum/graph needs to be fixed or some replacement needs to be found.
The code is still buggy in 3.10 and needs to be fixed. The rebase just made the bug visible.
The text was updated successfully, but these errors were encountered: