Re: [openstack-dev] [oslo] Should we drop kafka driver ?

2016-12-01 Thread Mehdi Abaakouk



Le 2016-11-30 17:45, Joshua Harlow a écrit :

One of the places for gate testing that is still being worked on is
the following: https://github.com/jd/pifpaf/pull/28


I just finished the work on this: https://github.com/jd/pifpaf/pull/35
And I used it in oslo.messaging here: 
https://review.openstack.org/#/c/404802/


We can now run 'tox -epy27-func-kafka' to run the test kafka driver.

But currently 0 test pass, the driver just print very bad backtrace.

--
Mehdi Abaakouk
mail: sil...@sileht.net
irc: sileht

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [oslo] Should we drop kafka driver ?

2016-11-30 Thread Elancheran Subramanian
On 11/30/16, 4:45 PM, "Joshua Harlow"  wrote:


>Mehdi Abaakouk wrote:
>> Hi,
>>
>> I think my subject is clear :) , but I will add some facts that can help
>> to the decision:
>> * It uses only deprecated python-kafka API [1] [2]
>> * It's not python3 compatible [3]
>> * We still don't have kafka testing in gate
>> So, one year after the driver introduction, this one is still in bad 
>>shape
>> and doesn't match the requirements [4].
>>
>> These reviews looks abandoned/outdated/unmaintained:
>>
>> [1] https://review.openstack.org/#/c/297994/ [2]
>> https://review.openstack.org/#/c/332105/
>>
>> Other links:
>>
>> [3] https://review.openstack.org/#/c/404802/
>> [4]
>> 
>>http://docs.openstack.org/developer/oslo.messaging/supported-messaging-dr
>>ivers.html#testing
>>
>>
>> And of course, we will not drop the code now, but just deprecate it for
>> removal.
>> Cheers,
>>
>
>IMHO, not just yet, dims and I have been trying to use this driver 
>recently (for notifications only in my case) and I am more than willing 
>to try to get the changes needed to get this into a healthy state (from 
>my understanding dims and friends have been working through this as well).
>
>One of the places for gate testing that is still being worked on is the 
>following: https://github.com/jd/pifpaf/pull/28
>
>That will aid with some of the gate testing.
>
>-Josh

As Josh stated above, currently we have back ported the kafka driver to 
Stable/liberty https://github.com/tsecheran/oslo.messaging/pull/2 to get 
the notifications split work for Nova and Neutron in our cloud. It’s 
working fine and in early POC state, we need to still work on that pifpaf 
PR https://github.com/jd/pifpaf/pull/28 for the unit testing. 

- Cheran

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [oslo] Should we drop kafka driver ?

2016-11-30 Thread Nadya Shakhat
Hi all,

This one [1] is used very intensively actually :) It is not merged because
we cannot just upgrade python-kafka version because of Monasca. We had some
talks in their channel, but no results still. I suggest the following:
1. On our side we will update this change
2. I will ping Monasca guys once more and we will proceed with discussions
in the CR

[1] https://review.openstack.org/#/c/332105/

Nadya

On Wed, Nov 30, 2016 at 7:48 PM, Mehdi Abaakouk  wrote:

>
>
> Le 2016-11-30 17:45, Joshua Harlow a écrit :
>
>> IMHO, not just yet, dims and I have been trying to use this driver
>> recently (for notifications only in my case) and I am more than
>> willing to try to get the changes needed to get this into a healthy
>> state (from my understanding dims and friends have been working
>> through this as well).
>>
>> One of the places for gate testing that is still being worked on is
>> the following: https://github.com/jd/pifpaf/pull/28
>>
>> That will aid with some of the gate testing.
>>
>
> awesome !
>
> --
> Mehdi Abaakouk
> mail: sil...@sileht.net
> irc: sileht
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [oslo] Should we drop kafka driver ?

2016-11-30 Thread Joshua Harlow

Mehdi Abaakouk wrote:

Hi,

I think my subject is clear :) , but I will add some facts that can help
to the decision:
* It uses only deprecated python-kafka API [1] [2]
* It's not python3 compatible [3]
* We still don't have kafka testing in gate
So, one year after the driver introduction, this one is still in bad shape
and doesn't match the requirements [4].

These reviews looks abandoned/outdated/unmaintained:

[1] https://review.openstack.org/#/c/297994/ [2]
https://review.openstack.org/#/c/332105/

Other links:

[3] https://review.openstack.org/#/c/404802/
[4]
http://docs.openstack.org/developer/oslo.messaging/supported-messaging-drivers.html#testing


And of course, we will not drop the code now, but just deprecate it for
removal.
Cheers,



IMHO, not just yet, dims and I have been trying to use this driver 
recently (for notifications only in my case) and I am more than willing 
to try to get the changes needed to get this into a healthy state (from 
my understanding dims and friends have been working through this as well).


One of the places for gate testing that is still being worked on is the 
following: https://github.com/jd/pifpaf/pull/28


That will aid with some of the gate testing.

-Josh

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [oslo] Should we drop kafka driver ?

2016-11-30 Thread Mehdi Abaakouk



Le 2016-11-30 17:45, Joshua Harlow a écrit :

IMHO, not just yet, dims and I have been trying to use this driver
recently (for notifications only in my case) and I am more than
willing to try to get the changes needed to get this into a healthy
state (from my understanding dims and friends have been working
through this as well).

One of the places for gate testing that is still being worked on is
the following: https://github.com/jd/pifpaf/pull/28

That will aid with some of the gate testing.


awesome !

--
Mehdi Abaakouk
mail: sil...@sileht.net
irc: sileht

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [oslo] Should we drop kafka driver ?

2016-11-30 Thread Mehdi Abaakouk

Hi,

I think my subject is clear :) , but I will add some facts that can help
to the decision: 


* It uses only deprecated python-kafka API [1] [2]
* It's not python3 compatible [3]
* We still don't have kafka testing in gate 


So, one year after the driver introduction, this one is still in bad shape
and doesn't match the requirements [4].

These reviews looks abandoned/outdated/unmaintained:

[1] https://review.openstack.org/#/c/297994/ 
[2] https://review.openstack.org/#/c/332105/


Other links:

[3] https://review.openstack.org/#/c/404802/
[4] 
http://docs.openstack.org/developer/oslo.messaging/supported-messaging-drivers.html#testing

And of course, we will not drop the code now, but just deprecate it for
removal. 


Cheers,

--
Mehdi Abaakouk
mail: sil...@sileht.net
irc: sileht

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev