*** tovin07 has joined #openstack-performance | 00:47 | |
*** tovin07_ has joined #openstack-performance | 00:51 | |
*** andreykurilin has quit IRC | 01:20 | |
*** andreykurilin has joined #openstack-performance | 01:21 | |
*** rajulk has joined #openstack-performance | 02:03 | |
*** AlexeyAbashkin has joined #openstack-performance | 02:21 | |
*** AlexeyAbashkin has quit IRC | 02:25 | |
*** tovin07 has quit IRC | 02:35 | |
*** tovin07_ has quit IRC | 02:56 | |
*** harlowja has quit IRC | 03:04 | |
*** brault has quit IRC | 03:39 | |
*** brault has joined #openstack-performance | 03:45 | |
*** rajulk has quit IRC | 04:05 | |
*** threestrands has quit IRC | 04:50 | |
*** harlowja has joined #openstack-performance | 05:52 | |
*** rajulk has joined #openstack-performance | 06:09 | |
*** hieulq has joined #openstack-performance | 06:17 | |
*** harlowja has quit IRC | 06:33 | |
*** hieulq has quit IRC | 07:17 | |
*** pcaruana has joined #openstack-performance | 07:41 | |
*** AlexeyAbashkin has joined #openstack-performance | 07:48 | |
*** hieulq has joined #openstack-performance | 08:18 | |
*** hieulq has quit IRC | 10:02 | |
*** ggherdov- has quit IRC | 10:35 | |
*** ggherdov- has joined #openstack-performance | 10:36 | |
*** tovin07 has joined #openstack-performance | 12:57 | |
*** pcaruana has quit IRC | 13:16 | |
*** tovin07 has quit IRC | 13:25 | |
*** rajulk has quit IRC | 14:45 | |
*** rmart04 has joined #openstack-performance | 15:21 | |
*** msimonin has joined #openstack-performance | 15:22 | |
*** tovin07 has joined #openstack-performance | 15:30 | |
tovin07 | hi | 15:31 |
---|---|---|
ilyashakhat | hi tovin07 | 15:31 |
DinaBelova | #startmeeting Performance Team | 15:31 |
openstack | Meeting started Tue Feb 13 15:31:48 2018 UTC and is due to finish in 60 minutes. The chair is DinaBelova. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:31 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:31 |
*** openstack changes topic to " (Meeting topic: Performance Team)" | 15:31 | |
openstack | The meeting name has been set to 'performance_team' | 15:31 |
ilyashakhat | hi DinaBelova | 15:31 |
DinaBelova | hello tovin07 ilyashakhat :) | 15:31 |
tovin07 | hi ilyashakhat DinaBelova | 15:32 |
DinaBelova | good to see you folks :) | 15:32 |
DinaBelova | okay, so let's get started | 15:32 |
DinaBelova | with action items first | 15:32 |
DinaBelova | #topic Action Items | 15:32 |
*** openstack changes topic to "Action Items (Meeting topic: Performance Team)" | 15:32 | |
msimonin | o/ | 15:32 |
msimonin | :) | 15:32 |
DinaBelova | msimonin yaay! | 15:32 |
DinaBelova | good to see you sir :) | 15:32 |
tovin07 | hi msimonin | 15:32 |
DinaBelova | okay, going to action items | 15:32 |
msimonin | hi all, long time | 15:32 |
DinaBelova | last time we have only one | 15:32 |
DinaBelova | for me to review https://review.openstack.org/#/c/529816/ | 15:33 |
DinaBelova | frankly speaking it looks good to me | 15:33 |
DinaBelova | so I posted my +2 there | 15:33 |
tovin07 | thank DinaBelova | 15:33 |
DinaBelova | tovin07 ^^ | 15:33 |
DinaBelova | ilyashakhat msimonin please take a look as well | 15:33 |
tovin07 | yes | 15:34 |
tovin07 | ilyashakhat, msimonin you should take a look at it too | 15:34 |
DinaBelova | #info ilyashakhat msimonin review https://review.openstack.org/#/c/529816/ | 15:34 |
msimonin | ok I'll do | 15:34 |
ilyashakhat | I took a look too, my concern is that the code for error traces looks very similar to the code that processes ordinary traces | 15:34 |
ilyashakhat | so why error traces are not stored into different dbs/indexes, but handled special way? | 15:35 |
DinaBelova | tovin07 ^^ | 15:35 |
ilyashakhat | I mean list_error_traces is similar to list_traces but reads from different source | 15:36 |
tovin07 | yes | 15:36 |
tovin07 | it look similar to normal traces | 15:36 |
tovin07 | however | 15:36 |
tovin07 | currently | 15:36 |
tovin07 | we do not have the ability to handle all the traces, therefore, I choose to store just base_id to other db/indexes | 15:37 |
ilyashakhat | I see | 15:38 |
DinaBelova | okay, let's jump to the current discussion section, and proceed there | 15:38 |
DinaBelova | #topic Current status | 15:38 |
*** openstack changes topic to "Current status (Meeting topic: Performance Team)" | 15:38 | |
DinaBelova | tovin07 please go ahead | 15:39 |
ilyashakhat | basically if we really store only ID and timestamp then the solution looks fine | 15:39 |
tovin07 | it is easier than scan the database to get the error traces/spans with etype | 15:39 |
ilyashakhat | yeah, I agree | 15:39 |
ilyashakhat | especially if there is no index on etype | 15:40 |
tovin07 | yes | 15:40 |
ilyashakhat | did you verify on all DBs? | 15:40 |
ilyashakhat | I tried on Redis only | 15:41 |
tovin07 | yes, ES, redis, and Mongo | 15:41 |
tovin07 | but not LogInsight | 15:41 |
tovin07 | because I don’t have one | 15:41 |
ilyashakhat | I think we need to care about open-source solutions only :) | 15:42 |
tovin07 | agree :D | 15:42 |
tovin07 | however, hope that Vipin can help | 15:42 |
DinaBelova | ilyashakhat I agree :) | 15:42 |
DinaBelova | tovin07 let's ping him in the commit | 15:43 |
tovin07 | yup | 15:44 |
tovin07 | I will | 15:44 |
tovin07 | :D | 15:44 |
tovin07 | okay, ilyashakhat msimonin do you have anything to share? | 15:44 |
DinaBelova | tovin07 anything else sir? | 15:44 |
msimonin | I've submitted a talk | 15:44 |
DinaBelova | msimonin cool :) and the topic? | 15:45 |
msimonin | a cited the performance wg in the abstract :) | 15:45 |
tovin07 | msimonin: is the link ready? | 15:45 |
msimonin | https://www.openstack.org/summit/vancouver-2018/call-for-presentations/preview/21007 | 15:45 |
msimonin | oups sorry | 15:45 |
msimonin | is the link ok ? | 15:46 |
tovin07 | oh, it’s not public for now | 15:46 |
ilyashakhat | it shows your submission | 15:46 |
msimonin | OpenStack internal messaging at the edge : in depth evaluation | 15:46 |
ilyashakhat | title "OpenStack internal messaging at the edge : in depth evaluation" | 15:46 |
msimonin | yes | 15:46 |
DinaBelova | interesting :) | 15:47 |
ilyashakhat | maybe it's available only after login | 15:47 |
DinaBelova | I do not see it :D As well as tovin07 :D | 15:47 |
DinaBelova | yeah, probably | 15:47 |
msimonin | We are currently working on evaluating different buses w | 15:47 |
tovin07 | you have to log in DinaBelova | 15:47 |
DinaBelova | yeah, thanks | 15:47 |
DinaBelova | msimonin go ahead, sorry | 15:47 |
msimonin | with ten thousands of RPCs clients and servers | 15:47 |
msimonin | Someone arrived recently in our team to work specifically o | 15:48 |
msimonin | n this | 15:48 |
msimonin | that's it :) | 15:48 |
DinaBelova | msimonin sounds really good | 15:48 |
DinaBelova | challenging task, will be really good to observe results | 15:49 |
DinaBelova | msimonin please keep us updated | 15:49 |
msimonin | sure ! | 15:49 |
DinaBelova | thank you sir | 15:49 |
DinaBelova | ilyashakhat anything from your side? :) | 15:49 |
tovin07 | I publish a patch to back port OSProfiler bug fix for OSProfiler issue in Nova | 15:49 |
tovin07 | #link https://review.openstack.org/#/c/541645/ | 15:49 |
tovin07 | and sent an email to mailing list to get FFE | 15:50 |
*** rmart04 has quit IRC | 15:50 | |
tovin07 | #link http://lists.openstack.org/pipermail/openstack-dev/2018-February/127253.html | 15:50 |
tovin07 | and waiting | 15:50 |
DinaBelova | tovin07 okay, wating for ffe | 15:50 |
ilyashakhat | DinaBelova, minor thing requires your +W https://review.openstack.org/#/c/541193/ | 15:50 |
DinaBelova | tovin07 thanks | 15:50 |
DinaBelova | omg | 15:50 |
DinaBelova | yes, you're right | 15:51 |
DinaBelova | done | 15:51 |
ilyashakhat | somebody keeps performance-docs repo alive :) | 15:51 |
DinaBelova | ilyashakhat true :D | 15:51 |
ilyashakhat | I don't have anything else | 15:51 |
DinaBelova | ilyashakhat thank you sir | 15:51 |
DinaBelova | #topic Open Discussion | 15:52 |
*** openstack changes topic to "Open Discussion (Meeting topic: Performance Team)" | 15:52 | |
DinaBelova | okay, so open discussion | 15:52 |
DinaBelova | msimonin tovin07 ilyashakhat - do we have anything to dig into? | 15:52 |
tovin07 | this time in Vietnam is holiday season :D | 15:53 |
ilyashakhat | not from my side - I'm quite limited in time now | 15:53 |
DinaBelova | tovin07 so we're keeping you late in night :D during holiday season :D | 15:53 |
ilyashakhat | do you have New Year? | 15:53 |
DinaBelova | I feel bad about this | 15:53 |
tovin07 | but I still can online | 15:53 |
tovin07 | no problem | 15:53 |
tovin07 | ilyashakhat: yes, Lunar New Year | 15:53 |
ilyashakhat | Happy New Year :) | 15:54 |
tovin07 | DinaBelova: no problem | 15:54 |
tovin07 | thank you ilyashakhat | 15:54 |
DinaBelova | okay, so it looks like we can wrap up :) tovin07 please have a nice Tet! | 15:54 |
DinaBelova | thank you guys for joining | 15:55 |
tovin07 | Thank you | 15:55 |
msimonin | same here tovin07 ! | 15:55 |
DinaBelova | #endmeeting | 15:55 |
*** openstack changes topic to "OpenStack performance discussions - testing, bottlenecks, etc. Performance-related changes on review - https://etherpad.openstack.org/p/perf-zoom-zoom (tools, bottlenecks, etc.)" | 15:55 | |
openstack | Meeting ended Tue Feb 13 15:55:16 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:55 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/performance_team/2018/performance_team.2018-02-13-15.31.html | 15:55 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/performance_team/2018/performance_team.2018-02-13-15.31.txt | 15:55 |
openstack | Log: http://eavesdrop.openstack.org/meetings/performance_team/2018/performance_team.2018-02-13-15.31.log.html | 15:55 |
ilyashakhat | msimonin, and you have probably mardi gras today, right? | 15:55 |
*** openstackgerrit has joined #openstack-performance | 15:59 | |
openstackgerrit | Merged openstack/performance-docs master: modify keystone spelling errors https://review.openstack.org/541193 | 15:59 |
*** openstackgerrit has quit IRC | 16:04 | |
*** ilyashakhat has quit IRC | 16:14 | |
*** tovin07 has quit IRC | 16:24 | |
*** pcaruana has joined #openstack-performance | 16:47 | |
*** msimonin has quit IRC | 16:50 | |
*** chyka has joined #openstack-performance | 16:53 | |
*** AlexeyAbashkin has quit IRC | 17:38 | |
*** markvoelker has joined #openstack-performance | 17:46 | |
*** pcaruana has quit IRC | 17:55 | |
*** pcaruana has joined #openstack-performance | 18:06 | |
*** msimonin has joined #openstack-performance | 18:10 | |
*** pcaruana has quit IRC | 18:45 | |
*** rajulk has joined #openstack-performance | 18:56 | |
*** harlowja has joined #openstack-performance | 19:03 | |
*** msimonin1 has joined #openstack-performance | 19:39 | |
*** msimonin has quit IRC | 19:42 | |
*** klindgren has quit IRC | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!