Nick O'Connor

Results 21 comments of Nick O'Connor

Yep. If I happen to catch it. I don't see any unexpected rows in `pg_locks`.

@g1rana I don't think any errors were thrown. The issue stems from the fact that ANP's are completely deleted and re-created in ACI when any of their associated objects are...

1. Docker CE 17.06.1 (CentOS) 2. ACI 2.3(1f) 3. Kubernetes Unfortunately I no longer have access to a functioning Contiv setup with these versions (we've switched to the native ACI...

@divyenpatel my VMUG account doesn't have permissions to open a technical support request. guess this is going to stay broken :-(

@rafikc30 I'm running into this issue after upgrading from Ubuntu 22.04 with gluster 10.1 to Ubuntu 24.04 with gluster 11.1. I have multiple volumes, but the issue has only been...

I started looking through the [11 commits](https://github.com/gluster/glusterfs/commits/v11.1/libglusterfs/src/inode.c?since=2022-01-18) to `inode.c` since v10.1. I haven't found anything obvious that would cause `inode` to be null when passed to [__inode_unref](https://github.com/gluster/glusterfs/blob/v11.1/libglusterfs/src/inode.c#L447) yet. Are there...

@mykaul yep, my core dump is exactly what's described in #4295 with ~5K recursive calls to `inode_unref`. I'll escalate this to the Ubuntu package maintainers and see if they'll patch...

@tomastigera Wow thanks for the quick reply! Very interesting. Looks like I have some homework regarding eBPF APIs. It'll probably save folks some time by adding this to the eBPF...

Related: https://github.com/cilium/cilium/issues/25709#issuecomment-2105977944