mohit84
mohit84
The ./tests/bugs/posix/bug-1651445.t is getting failed continuously while running test suite. The test case is failing after reaching a situation while brick is throwing an ENOSPC error and after cleanup, as...
The ./tests/bugs/posix/bug-1651445.t is getting failed continuously while running test suite. The test case is failing after reaching a situation while brick is throwing an error and after cleanup, the data...
Change-Id: Ic03b909fe85374e575c3fdd524023934c244d20e Signed-off-by: Mohit Agrawal
During running of smallfile for data creation I have observed we have a significant bottleneck at index xlator level, especially for XATTROP fop. As we know xattrop is an internal...
Set negative pid while wind a lock fop by dht Change-Id: Ib9f9aeb15629753ab337f647b9592399eb5730bc Signed-off-by: Mohit Agrawal
The test case (./tests/bugs/gfapi/bug-1319374-THIS-crash.t) is continuously getting crashed on the pull request (https://github.com/gluster/glusterfs/pull/2940). The test case is crashed because openssl does not allow to call SSL_library_init multiple times in the...
The afr/ec use xattrop internal fop to maintain consistency for data transactions. As index xlator got a xattrop wind request it takes action to add/delete gfid path under indices directory...
The afr/ec use xattrop internal fop to maintain consistency for data transactions. As index xlator got a xattrop wind request it takes action to add/delete gfid path under indices directory...
During fresh lookup for directory dht set and heal mds xattr on the directory. The function dht_common_mark_mdsxattr_cbk is trying to destroy frame->root even the same frame is passed to the...
…_stdalloc The function iobuf_get_from_stdalloc call while a buffer_size is greater than 1M and the function iobuf_get_from_small call while size is less than 128k the only difference is iobuf_get_from_small does not...