*** ansmith has joined #openstack-oslo | 00:34 | |
*** edmondsw has quit IRC | 00:38 | |
*** ansmith has quit IRC | 01:03 | |
*** ansmith has joined #openstack-oslo | 01:04 | |
*** ansmith has quit IRC | 01:32 | |
*** tosky has quit IRC | 01:34 | |
*** lbragstad has quit IRC | 01:35 | |
*** bobh has quit IRC | 01:53 | |
*** bobh has joined #openstack-oslo | 02:00 | |
*** lbragstad has joined #openstack-oslo | 03:47 | |
*** bobh has quit IRC | 04:11 | |
*** bobh has joined #openstack-oslo | 04:18 | |
*** bobh has quit IRC | 04:27 | |
*** hberaud|gone has quit IRC | 05:42 | |
*** edmondsw has joined #openstack-oslo | 06:19 | |
*** Luzi has joined #openstack-oslo | 06:56 | |
*** moguimar has joined #openstack-oslo | 07:12 | |
*** aojea has joined #openstack-oslo | 07:46 | |
*** e0ne has joined #openstack-oslo | 07:59 | |
*** shardy has joined #openstack-oslo | 08:02 | |
*** shardy has quit IRC | 08:11 | |
*** shardy has joined #openstack-oslo | 08:12 | |
*** bnemec has joined #openstack-oslo | 08:29 | |
*** django has quit IRC | 08:36 | |
*** django has joined #openstack-oslo | 08:40 | |
*** tosky has joined #openstack-oslo | 08:42 | |
*** yan0s has joined #openstack-oslo | 08:46 | |
*** pcaruana has joined #openstack-oslo | 08:51 | |
*** moguimar has quit IRC | 08:52 | |
*** moguimar has joined #openstack-oslo | 08:55 | |
*** zaneb has quit IRC | 10:16 | |
*** hberaud has joined #openstack-oslo | 10:24 | |
*** ansmith has joined #openstack-oslo | 11:33 | |
*** ansmith has quit IRC | 11:52 | |
*** cdent has joined #openstack-oslo | 12:08 | |
*** cdent has quit IRC | 12:36 | |
*** pcaruana has quit IRC | 12:40 | |
*** pcaruana has joined #openstack-oslo | 12:50 | |
*** yan0s has quit IRC | 13:04 | |
*** e0ne has quit IRC | 13:13 | |
*** yan0s has joined #openstack-oslo | 13:17 | |
*** sean-k-mooney has quit IRC | 13:20 | |
*** sean-k-mooney has joined #openstack-oslo | 13:21 | |
*** yan0s has quit IRC | 13:22 | |
*** kgiusti has joined #openstack-oslo | 13:27 | |
*** e0ne has joined #openstack-oslo | 13:29 | |
*** yan0s has joined #openstack-oslo | 13:34 | |
*** ansmith has joined #openstack-oslo | 13:36 | |
*** openstackgerrit has joined #openstack-oslo | 13:43 | |
openstackgerrit | Alexis Lee proposed openstack/oslo.log master: Add 'levelkey' param https://review.openstack.org/632955 | 13:43 |
---|---|---|
*** mmethot has joined #openstack-oslo | 13:55 | |
*** bobh has joined #openstack-oslo | 14:23 | |
*** dkehn has joined #openstack-oslo | 14:27 | |
*** yan0s has quit IRC | 14:30 | |
*** sum12 has quit IRC | 14:38 | |
*** sum12 has joined #openstack-oslo | 14:38 | |
*** dave-mccowan has joined #openstack-oslo | 14:38 | |
*** dave-mccowan has quit IRC | 14:45 | |
*** pcaruana has quit IRC | 14:45 | |
*** hberaud has quit IRC | 14:49 | |
*** hberaud has joined #openstack-oslo | 14:49 | |
*** yan0s has joined #openstack-oslo | 14:50 | |
*** e0ne has quit IRC | 14:51 | |
*** pcaruana has joined #openstack-oslo | 14:53 | |
*** hberaud has quit IRC | 14:54 | |
*** hberaud has joined #openstack-oslo | 14:54 | |
*** e0ne has joined #openstack-oslo | 14:54 | |
*** hberaud has quit IRC | 15:01 | |
*** Luzi has quit IRC | 15:05 | |
*** mmethot_ has joined #openstack-oslo | 15:08 | |
*** mmethot has quit IRC | 15:09 | |
*** hberaud has joined #openstack-oslo | 15:19 | |
*** bobh has quit IRC | 15:23 | |
*** moguimar has quit IRC | 15:28 | |
*** openstackgerrit has quit IRC | 15:51 | |
*** _mmethot_ has joined #openstack-oslo | 16:06 | |
*** mmethot_ has quit IRC | 16:08 | |
*** dkehn has quit IRC | 16:10 | |
*** yan0s has quit IRC | 16:10 | |
*** openstackgerrit has joined #openstack-oslo | 16:18 | |
openstackgerrit | Alexis Lee proposed openstack/oslo.log master: Add 'levelkey' param https://review.openstack.org/632955 | 16:18 |
*** bobh has joined #openstack-oslo | 16:29 | |
*** e0ne has quit IRC | 16:31 | |
*** hberaud has quit IRC | 16:49 | |
*** gsantomaggio has joined #openstack-oslo | 16:50 | |
*** hberaud has joined #openstack-oslo | 16:50 | |
gsantomaggio | hello, is there in openstack some rabbitmq tool to trace the messages? ( I know about rabbitmq_trace, but I am looking something more specific for openstack ) | 16:54 |
kgiusti | gsantomaggio: some project (like nova I believe) have implemented OSProfiler support: https://docs.openstack.org/osprofiler/latest/ | 16:57 |
kgiusti | gsantomaggio: it should cover RPC transfers, but it is not specifically a rabbitmq trace tool | 16:58 |
gsantomaggio | Thank you, so basically I am looking for something to trace the open stack messages and in case of timeout, I'd like to understand where the message is/was blocked | 17:01 |
*** pcaruana has quit IRC | 17:01 | |
gsantomaggio | will check https://docs.openstack.org/osprofiler/latest/ | 17:02 |
kgiusti | gsantomaggio: it may not give you the detail you're looking for - IIRC nova etc only tracepoint when the RPC call is made and when the request is processed | 17:04 |
kgiusti | gsantomaggio: so you don't have visibility into the oslo.messaging layers (it could be stalled in the socket buffers for example) | 17:05 |
gsantomaggio | @kgiusti | 17:05 |
gsantomaggio | thanks I meant in which module is blocked | 17:05 |
kgiusti | gsantomaggio: kk | 17:07 |
gsantomaggio | > (it could be stalled in the socket buffers for example) :) :) | 17:07 |
gsantomaggio | We spent days on https://bugs.launchpad.net/oslo.messaging/+bug/1800957/comments/43 | 17:07 |
openstack | Launchpad bug 1800957 in oslo.messaging "Upgrading to pike version causes rabbit timeouts with ssl" [High,Confirmed] - Assigned to Ken Giusti (kgiusti) | 17:07 |
kgiusti | gsantomaggio: yep that sucked. osprofile won't help with that since there are no tracepoints logged at the kombu and amqp layers. As far as osprofile would go is to show the RPC message as being handed to oslo.messaging.... then nuthin' | 17:09 |
gsantomaggio | i was thinking to write some rabbitmq plugin can help the troubleshooting | 17:10 |
kgiusti | gsantomaggio: how's your Erlang? :) | 17:11 |
gsantomaggio | I am rabbitmq contributor, supporter and erlang programmer | 17:11 |
gsantomaggio | and there also a couple of my commits on erlang 20 :D | 17:12 |
kgiusti | gsantomaggio: Ah I would describe you as an Erlang Rock Star :D carry on... | 17:13 |
gsantomaggio | nahhhhh let's say that I can write an "hello world" :D | 17:13 |
kgiusti | gsantomaggio: as far as I'm concerned that makes you an expert! | 17:14 |
gsantomaggio | :D :D | 17:14 |
*** bnemec has quit IRC | 17:27 | |
*** e0ne has joined #openstack-oslo | 17:46 | |
*** aojea has quit IRC | 17:58 | |
*** njohnston has joined #openstack-oslo | 18:34 | |
*** e0ne has quit IRC | 18:53 | |
*** hberaud is now known as hberaud|gone | 18:54 | |
*** e0ne has joined #openstack-oslo | 19:07 | |
*** harlowja has joined #openstack-oslo | 19:44 | |
*** bobh has quit IRC | 19:54 | |
*** zaneb has joined #openstack-oslo | 20:36 | |
*** e0ne has quit IRC | 20:42 | |
*** kgiusti has left #openstack-oslo | 21:28 | |
*** ansmith has quit IRC | 21:38 | |
-openstackstatus- NOTICE: http://zuul.openstack.org is not working. https://zuul.openstack.org does work. Please use that while we investigate. | 23:14 | |
*** njohnston has quit IRC | 23:47 | |
*** njohnston has joined #openstack-oslo | 23:49 | |
*** rcernin has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!