Rafi KC
Rafi KC
/run regression
> > @rafikc30 Is this really the case? It looks like when the event is GF_EVENT_UPCALL,` afr_notify(xlator_t *this, int32_t event, void *data, void *data2)` calls `afr_handle_upcall_event(this, data);`without needing any info...
@pranithk I have added a test case for https://github.com/gluster/glusterfs/issues/3252. I have used delay-gen to create a simple delay in processing an upcall from the arbiter. To support delay-gen for arbiter...
/run regression
/run regression
Thanks, @ffilz . I will run the process against Valgrind and will share the details
@Mr-Chengcheng Are you using Ganesha with glusterfs?
@ffilz I tried to capture the massif output. I'm not sure I did it right, please let me know if I need to capture it again. [massif.tar.gz](https://github.com/nfs-ganesha/nfs-ganesha/files/6820970/massif.tar.gz)
@ffilz I again tried after installing debug packages from Ganesha. But still, the output does not have the complete backtrace. Should I do something more, like enabling some options? Do...
@Mr-Chengcheng I'm still chasing the problem with the memory leak. Do you have any luck figuring out the problem?