Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-23 Thread Atin Mukherjee
On Tue, Aug 23, 2016 at 9:27 PM, Aravinda wrote: > Today I discussed about the topic with Rajesh, Avra and Kotresh. Summary > as below > > - Instead of exposing eventsd to external world why not expose a Glusterd > RPC for gf_event, Since Glusterd already has logic for

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-23 Thread Vijay Bellur
On 08/23/2016 01:13 PM, Aravinda wrote: regards Aravinda On Tuesday 23 August 2016 09:32 PM, Pranith Kumar Karampuri wrote: On Tue, Aug 23, 2016 at 9:27 PM, Aravinda > wrote: Today I discussed about the topic with Rajesh, Avra and

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-23 Thread Aravinda
regards Aravinda On Tuesday 23 August 2016 09:32 PM, Pranith Kumar Karampuri wrote: On Tue, Aug 23, 2016 at 9:27 PM, Aravinda > wrote: Today I discussed about the topic with Rajesh, Avra and Kotresh. Summary as below - Instead

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-23 Thread Pranith Kumar Karampuri
On Tue, Aug 23, 2016 at 9:27 PM, Aravinda wrote: > Today I discussed about the topic with Rajesh, Avra and Kotresh. Summary > as below > > - Instead of exposing eventsd to external world why not expose a Glusterd > RPC for gf_event, Since Glusterd already has logic for

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-03 Thread Aravinda
regards Aravinda On 08/03/2016 09:19 PM, Vijay Bellur wrote: On 08/02/2016 11:24 AM, Pranith Kumar Karampuri wrote: On Tue, Aug 2, 2016 at 8:21 PM, Vijay Bellur > wrote: On 08/02/2016 07:27 AM, Aravinda wrote: Hi, As many

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-03 Thread Atin Mukherjee
On Wednesday 3 August 2016, Vijay Bellur wrote: > On 08/02/2016 11:24 AM, Pranith Kumar Karampuri wrote: > >> >> >> On Tue, Aug 2, 2016 at 8:21 PM, Vijay Bellur > > wrote: >> >> On 08/02/2016 07:27 AM, Aravinda wrote: >> >>

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-03 Thread Vijay Bellur
On 08/02/2016 11:24 AM, Pranith Kumar Karampuri wrote: On Tue, Aug 2, 2016 at 8:21 PM, Vijay Bellur > wrote: On 08/02/2016 07:27 AM, Aravinda wrote: Hi, As many of you aware, Gluster Eventing feature is available in

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-02 Thread Pranith Kumar Karampuri
On Tue, Aug 2, 2016 at 8:21 PM, Vijay Bellur wrote: > On 08/02/2016 07:27 AM, Aravinda wrote: > >> Hi, >> >> As many of you aware, Gluster Eventing feature is available in Master. >> To add support to listen to the Events from GlusterFS Clients following >> changes are

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-02 Thread Vijay Bellur
On 08/02/2016 07:27 AM, Aravinda wrote: Hi, As many of you aware, Gluster Eventing feature is available in Master. To add support to listen to the Events from GlusterFS Clients following changes are identified - Change in Eventsd to listen to tcp socket instead of Unix domain socket. This

Re: [Gluster-devel] Events API: Adding support for Client Events

2016-08-02 Thread Pranith Kumar Karampuri
On Tue, Aug 2, 2016 at 4:57 PM, Aravinda wrote: > Hi, > > As many of you aware, Gluster Eventing feature is available in Master. To > add support to listen to the Events from GlusterFS Clients following > changes are identified > > - Change in Eventsd to listen to tcp socket

[Gluster-devel] Events API: Adding support for Client Events

2016-08-02 Thread Aravinda
Hi, As many of you aware, Gluster Eventing feature is available in Master. To add support to listen to the Events from GlusterFS Clients following changes are identified - Change in Eventsd to listen to tcp socket instead of Unix domain socket. This enables Client to send message to Eventsd