mohit84
mohit84
It is a day one bug when a feature was implemented, the issue was not caught earlier because the client crash depends on the environment.The client was crashing because during...
Currently dht_layout(ref|unref) is happening after increase/decreate atomic counter. There is some race condition during new layout has been changed at the same time old layout is using in other thread.Due...
1) Currently, glusterfs profile does not provide any metrics to measure what is the fops handling rate per second? Sometimes a user/developer can be interested to monitor this value. 2)...
The brick process is getting crashed due to stack overflow while unref namespace inode, the ns inode was introduced by the patch ((https://github.com/gluster/glusterfs/pull/1763) Solution: __inode_destroy is calling inode_unref that is...
Currently readdir-ahead only supports readdirp so in case of readdir the performance is not similar to readdirp after load readdir-ahead xlator so add readdir fop also in readdir-ahead. Fixes: #4141...
glusterfs encounter a SIGSEGV in __gf_free called from glusterfs_volfile_fetch_on The glusterfs(fuse client) is showing a below stacktrace Program terminated with signal 11, Segmentation fault. #0 __gf_free (free_ptr=free_ptr@entry=0x556c7d749040) at mem-pool.c:326 326...
There are multiple readdir improvement with this patch for fuse. 1) Set the buffer size 128KB during wind a readdir call by fuse 2) Wind a lookup call for all...
During the first rpc clnt submission we take the rpc reference and register the call_bail function for the timer thread. The timer thread call call_bail function every 10s basis. In...
During fop(mkdir)_cbk process by nl-cache it checks the inode type validation based on loc->inode though loc->inode is populated by first xlator like fuse/gfapi. The loc->inode does not have inode_type so...
During handle of scrub operation if scrub_state is reset via bootstrap then a process might be crash. Solution: Create a local copy of scrub_state shared_ptr. By doing this the refcounter...