kilian
kilian
Thanks for your reply. Here’s some clarification and the current status: We were able to successfully create almost 220 PVCs without any issues, but the problem suddenly appeared and we've...
Agent core: this is the only the same stack output I get when I try to kubectl apply -f pvc.yaml. I really don’t see anything else — just that small...
Here’s the full backtrace I was able to capture. It shows a panic in AddVolumeReplica::with_default_policy during a slice sort operation: user-provided comparison function does not correctly implement a total order...
https://releases.rs/docs/1.81.0/ The new sort implementations may panic if a type’s implementation of [Ord](https://doc.rust-lang.org/std/cmp/trait.Ord.html) (or the given comparison function) does not implement a [total order](https://en.wikipedia.org/wiki/Total_order) as the trait requires. Ord’s supertraits...
Actually, i downgraded agent-core to version v2.7.0 and the issue completely disappeared — no more panics so far. Do you have: A debug image ? Or a specific SHA/tag ?