Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2016-08-26 Thread Mohammed Rafi K C
On 08/24/2016 05:29 AM, Vijay Bellur wrote: > On Tue, Aug 23, 2016 at 12:18 PM, Niels de Vos wrote: >> On Tue, Aug 23, 2016 at 08:16:54PM +0530, Mohammed Rafi K C wrote: >>> Hi, >>> >>> We have pushed a patch for fop serialization on server side [1]. If you >>> have some time, please take a look

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2016-08-23 Thread Vijay Bellur
On Tue, Aug 23, 2016 at 12:18 PM, Niels de Vos wrote: > On Tue, Aug 23, 2016 at 08:16:54PM +0530, Mohammed Rafi K C wrote: >> Hi, >> >> We have pushed a patch for fop serialization on server side [1]. If you >> have some time, please take a look into the patch. You are reviews are >> most welcome

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2016-08-23 Thread Niels de Vos
On Tue, Aug 23, 2016 at 08:16:54PM +0530, Mohammed Rafi K C wrote: > Hi, > > We have pushed a patch for fop serialization on server side [1]. If you > have some time, please take a look into the patch. You are reviews are > most welcome :) > > > If I can accommodate all the comments by End of th

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2016-08-23 Thread Mohammed Rafi K C
Hi, We have pushed a patch for fop serialization on server side [1]. If you have some time, please take a look into the patch. You are reviews are most welcome :) If I can accommodate all the comments by End of the week, we are planning to get this before the coming Friday. Note: Meantime I wi

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2015-08-19 Thread Pranith Kumar Karampuri
+ Ravi, Anuradha On 08/17/2015 10:39 AM, Raghavendra Gowdappa wrote: All, Pranith and me were discussing about implementation of compound operations like "create + lock", "mkdir + lock", "open + lock" etc. These operations are useful in situations like: 1. To prevent locking on all subvols du

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2015-08-17 Thread Shyam
On 08/17/2015 01:19 AM, Raghavendra Gowdappa wrote: - Original Message - From: "Raghavendra Gowdappa" To: "Gluster Devel" Cc: "Sakshi Bansal" Sent: Monday, 17 August, 2015 10:39:38 AM Subject: [Gluster-devel] Serialization of fops acting on same dentr

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2015-08-16 Thread Raghavendra Gowdappa
- Original Message - > From: "Niels de Vos" > To: "Raghavendra Gowdappa" > Cc: "Gluster Devel" , "Sakshi Bansal" > > Sent: Monday, 17 August, 2015 11:14:18 AM > Subject: Re: [Gluster-devel] Serialization of fops acting on s

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2015-08-16 Thread Niels de Vos
On Mon, Aug 17, 2015 at 01:09:38AM -0400, Raghavendra Gowdappa wrote: > All, > > Pranith and me were discussing about implementation of compound > operations like "create + lock", "mkdir + lock", "open + lock" etc. > These operations are useful in situations like: > > 1. To prevent locking on all

Re: [Gluster-devel] Serialization of fops acting on same dentry on server

2015-08-16 Thread Raghavendra Gowdappa
- Original Message - > From: "Raghavendra Gowdappa" > To: "Gluster Devel" > Cc: "Sakshi Bansal" > Sent: Monday, 17 August, 2015 10:39:38 AM > Subject: [Gluster-devel] Serialization of fops acting on same dentry on > server >

[Gluster-devel] Serialization of fops acting on same dentry on server

2015-08-16 Thread Raghavendra Gowdappa
All, Pranith and me were discussing about implementation of compound operations like "create + lock", "mkdir + lock", "open + lock" etc. These operations are useful in situations like: 1. To prevent locking on all subvols during directory creation as part of self heal in dht. Currently we are