Monday, 2018-06-25

*** yamamoto has joined #openstack-kuryr00:03
*** yamamoto has quit IRC00:09
*** hongbin has joined #openstack-kuryr00:40
*** rh-jelabarre has joined #openstack-kuryr00:52
*** yamamoto has joined #openstack-kuryr01:05
*** yamamoto has quit IRC01:10
*** openstack has joined #openstack-kuryr01:17
*** ChanServ sets mode: +o openstack01:17
*** phuoc has quit IRC01:18
*** phuoc has joined #openstack-kuryr01:23
*** yamamoto has joined #openstack-kuryr02:07
*** yamamoto has quit IRC02:12
*** rh-jelabarre has quit IRC02:37
*** yamamoto has joined #openstack-kuryr03:09
*** yamamoto has quit IRC03:14
*** yamamoto has joined #openstack-kuryr04:10
*** kiseok7 has quit IRC04:13
*** yamamoto has quit IRC04:15
*** hongbin has quit IRC04:22
*** janonymous has joined #openstack-kuryr04:38
*** yamamoto has joined #openstack-kuryr05:12
*** janki has joined #openstack-kuryr05:15
*** yamamoto has quit IRC05:18
snapiriGood morning05:29
*** yamamoto has joined #openstack-kuryr05:30
*** gcheresh has joined #openstack-kuryr06:15
*** yboaron has quit IRC06:36
*** janonymous has quit IRC07:07
*** pcaruana has joined #openstack-kuryr07:07
*** celebdor1 has joined #openstack-kuryr07:27
dmelladomorning snapiri07:58
*** yboaron has joined #openstack-kuryr07:58
*** garyloug has joined #openstack-kuryr08:08
*** snapiri- has joined #openstack-kuryr08:11
*** snapiri has quit IRC08:13
*** jistr|off is now known as jistr08:14
*** celebdor1 has quit IRC08:24
openstackgerritDaniel Mellado proposed openstack/kuryr-kubernetes master: Add contrib folder to irrelevant files  https://review.openstack.org/57742708:30
*** snapiri- has left #openstack-kuryr08:58
*** snapiri has joined #openstack-kuryr08:59
snapiridmellado: any idea why09:00
snapiriI get timeouts on gate tests09:00
dmelladosnapiri: why what? :D09:00
dmelladooh, got it09:00
snapiri:)09:00
dmelladosnapiri: actually I'm waiting on a run to check it myself09:00
snapirie.g. https://review.openstack.org/#/c/577656/09:00
dmelladodulek: was also investigating it but looks like it has been dependant on the infra09:00
dmelladodulek: did you end up putting any patch related to it?09:01
snapiridmellado: Seems like it began on Friday evening / Saturday09:01
duleksnapiri, dmellado: Lately I've seen issues with Octavia Amphora IP conflicts.09:02
snapiridmellado, dulek: the ones that time-out are only the ones with daemon... maybe it is related?09:03
duleksnapiri, dmellado: Check out octavia-api logs to be sure, if it's that, you'll see lots of red logs there.09:03
* dulek looking.09:03
snapiridulek: kuryr-kubernetes-tempest-lbaasv2 and kuryr-kubernetes-tempest-octavia succeed. kuryr-kubernetes-tempest-daemon-octavia and kuryr-kubernetes-tempest-daemon-lbaasv2 fail09:04
snapirialso the openshift and containerized daemon gates fail09:05
dmelladodulek: check this log from that job09:05
dmelladoon kuryr-kubernetes09:05
dmelladohttp://logs.openstack.org/56/577656/1/check/kuryr-kubernetes-tempest-daemon-octavia/bbfea60/controller/logs/screen-kuryr-kubernetes.txt.gz09:05
dmelladothere are some traces09:05
duleksnapiri: I'll check that, just a second.09:05
dmelladoseems like werkzeug might've killed us09:06
dmelladosnapiri:09:06
dmelladodulek:09:06
dmelladocotyledon09:07
snapiridmellado: I see quite a few of these: "kuryr_kubernetes.handlers.logging ResourceNotReady: Resource not ready: VIFOpenVSwitch(..."09:08
snapirinot sure what it means :-\09:09
dmelladosnapiri: if you check on the daemon logs09:09
dmelladoyou'll see the cotyledon issues that I'm speaking about09:09
dmelladobasically daemon's not ready09:10
dmelladohttp://logs.openstack.org/56/577656/1/check/kuryr-kubernetes-tempest-daemon-octavia/bbfea60/controller/logs/screen-kuryr-daemon.txt.gz09:10
dmelladosnapiri: http://paste.openstack.org/show/724200/09:10
dulekdmellado: This is the root cause, IMO: Ie0e8984c4c02a426eb1e7cbac8c5117aaaff5c4009:12
dulekhttps://review.openstack.org/#/c/577534/09:12
dmelladodulek: heh, thanks on the url09:12
dulekBTW - flask is used in non-daemonized as well, but only for controller healthchecks.09:13
dulekdmellado: And we don't test containerized without daemon - so it's not happening.09:13
dmelladoyep, in this case flask bump has bumped also werkzeug and this probably the issue09:13
dmelladoso options here:09:15
dmellado1) Either pin werkzeug09:15
dmellado2) Try to fix it up09:15
* dmellado spawning a daemonized environment09:15
dmelladoxD09:15
snapiridulek: Excellent catch!09:15
dulekdmellado: I'm fixing it, getting out of sync with global requirements is not a great idea.09:16
* snapiri is impressed09:16
dmelladodulek: are you on it then? I don't want to duplicate work here09:16
dmelladosnapiri:09:16
dmelladohound on openstack is your friend xD09:16
snapirixD09:16
dmelladohttp://codesearch.openstack.org/09:16
dmellado:P09:16
dmelladoI guess the werkzeug/flask did the trick09:17
dulekdmellado: Sure, I'll try to handle this, if not I'll ping you.09:17
dmelladodulek: ack, no worries09:17
* snapiri gone for lunch, BBL09:18
dulekHm, interestingly threaded=False is still the default…09:18
dmelladodulek: hm09:19
dulekAh, but Flask is overwriting that. Flask, why you're doing that?!09:19
dmelladothen  if we don't override that it should be ok09:19
dmelladolol09:19
dmelladoFlask, flaaask09:19
dmelladohttps://www.youtube.com/watch?v=LfmrHTdXgK409:19
* dulek tries git blame, it's too odd.09:20
* dmellado getting a coffe, brb09:20
dulek"Threaded mode is enabled by default." - and that's it. They're not checking if processes == 1 before enabling it…09:22
dmelladobotched job...09:23
dulekOkay, at least fix is pretty easy, give me a few minutes.09:23
dmelladolet'd disable it and that'd be it09:23
dmelladosure, thanks dulek09:23
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Explicitly set threaded=False when starting Flask  https://review.openstack.org/57776009:29
dulekThis should solve it. Other Flask servers we're starting are not multiprocess, so it was required only for the daemon one.09:30
dmelladoAwesome, one less thing09:32
dmelladoAfter this, we might need to check out a few more  timeouts09:35
dmellado+ I was wondering about adding containers logs to the ci logs too09:36
*** kiseok7 has joined #openstack-kuryr09:39
dulekdmellado: Containers logs? They're there, I think.09:40
dulekdmellado: Look in kubernetes/pod_logs folder.09:40
dmelladoDid we already add those?09:40
dmelladoOhz yeah xD09:40
dulekdmellado: Hey, ping me once you're fine with multinode patch. I'm not following the Gerrit email stream too closely.10:15
dmelladohey dulek, I'm actually checking some timeouts there myself too10:16
dmelladofeel free to take a look once the experimental pipeline ends10:16
dmelladodulek: in the meanwhile you can +A this10:17
dmelladoas is quite trivial10:17
dmelladohttps://review.openstack.org/#/c/577427/10:17
dmelladodulek: ping10:44
dmelladowe're having issues with the timeouts10:44
dulekdmellado: What's up?10:44
dmelladoeven on trivial patches....10:44
dmelladohttps://review.openstack.org/#/c/577427/10:44
dmelladoi.e.10:44
dmelladolet's take a look and see if we're overlooking somethign10:45
dmelladosomething10:45
dmelladoor if infra has any issues10:45
dulekdmellado: I don't understand you. This looks exactly as https://bugs.launchpad.net/kuryr-kubernetes/+bug/177848310:45
openstackLaunchpad bug 1778483 in kuryr-kubernetes "kuryr-daemon broken with Flask update" [Critical,In progress] - Assigned to Michal Dulko (michal-dulko-f)10:45
dmelladooh, damn10:46
dmelladothought it was merged already10:46
dulekdmellado: Why would you expect it not happening on trivial patch that triggers whole gate?10:46
dmelladonvm10:46
dmelladotoo many things10:46
dulekdmellado: :)10:46
dmelladolol10:46
dulekdmellado: Same here! :)10:46
* dmellado needs holidays and beach xD10:46
dulekdmellado: You know who'll have holidays soon?10:47
dulekdmellado: Polish football team. :D10:47
dmelladolol10:48
dmelladosorry on the 0-3 dude!10:49
dmelladoI feel pity about south korea, though10:49
dmelladoit seems that there's a player who as they didn't reach 1/8 of the championship10:49
dmelladowill be now forced to go to military service10:50
dulekdmellado: Aww, that's bad. Involuntary military service is something that shouldn't exist in civilized world.10:51
dmelladototally agree10:51
dulekdmellado: Anyway with 0:3 result at least we get some nice jokes.10:51
dmelladoit used to exist in Spain too, but they dropped it way before it was my turn10:51
dulekMy favorite is:10:51
dulekdmellado: Same here. ;)10:52
dulekSo Argentina shown us that they're strong candidates to be worst team of world cup. Unfortunately the Polish answer was devastating. :D10:52
dmelladolol10:52
dmelladodulek: just wait for Spain10:53
dmelladoI'm pretty sure we'll screw badly at some point xD10:53
dulekdmellado: Seems like everybody does that in this world cup. :D10:54
dmelladowell, at least it's being a funny one so far xD10:54
dulekExactly!10:54
dmelladoheh, and see10:55
dmelladogoogle predicts you'll lose against Japan! xD10:55
dmellado39% japan win10:55
dmellado30% tie10:56
dmellado31% poland wins10:56
dulekdmellado: Well, you know, it's a match for honor of Polish team. And you know, Japan is known for putting honor very high in their culture… :P10:57
dmelladoxD11:01
dmelladodulek: when I was a kid they used to air a japanese cartoon about soccer, Captain Tsubasa11:03
dmelladohave you ever seen that one?11:03
dmelladopretty sure it came to Spain years and years after its original air date as it looks quite old, but... xD11:03
dmelladohttps://en.wikipedia.org/wiki/Captain_Tsubasa11:03
dulekdmellado: Of course. It was translated to "Captain Hawk" here in Poland IIRC.11:04
dmelladoI always wondered how they could reach the goalkeeper if it looked like he was kilometers away11:06
*** atoth has joined #openstack-kuryr11:15
*** garyloug has quit IRC11:50
*** phuoc has quit IRC11:56
*** phuoc has joined #openstack-kuryr11:57
*** garyloug has joined #openstack-kuryr11:59
*** rh-jelabarre has joined #openstack-kuryr12:15
*** garyloug has quit IRC12:38
openstackgerritGenadi Chereshnya proposed openstack/kuryr-tempest-plugin master: Testing VM to loadBalancer service connectivity  https://review.openstack.org/57196812:52
*** yboaron_ has joined #openstack-kuryr13:29
*** yboaron has quit IRC13:31
openstackgerritDaniel Mellado proposed openstack/kuryr-tempest-plugin master: Skip service tests  https://review.openstack.org/57782113:41
dulekdmellado: celebdor is on PTO until Wednesday, so it might be better to find someone else to take care of bug 1778516.13:46
openstackbug 1778516 in kuryr-kubernetes "Amphora fails to start with IP address already allocated error" [Critical,New] https://launchpad.net/bugs/1778516 - Assigned to Antoni Segura Puimedon (celebdor)13:46
dulekdmellado: And I'm *not* volunteering. ;)13:46
dmelladohmmm I didn't know, thought he was coming back this afternoon as he asked me for an environment13:47
dmellado...13:47
dmelladohum13:47
dmelladoyboaron_: would you like to take a look at that?13:47
dmelladobtw dulek13:47
* dulek checks again.13:47
dmelladoin order to start the merge fest and so13:47
dmelladoI've submitted a patch to temporarily skip service tests13:47
dmelladothen hopefully we'll be able to merge your patch13:47
dmelladoand a few after13:48
dmelladothen we'll reenable them13:48
dulekdmellado: I'm not strongly against it, but it's super dangerous, services are core functionality.13:49
dmelladodulek: yeah, I know13:49
dmelladoso we'll have to take extra care on reviewing13:49
dmelladobasically it's only to unblock the gate for a while13:49
dmelladootherwise dependencies won't allow us to merge any patch13:50
dulekdmellado: I have 10 minutes to the meeting. I haven't tried to debug IP conflict, I'll look now.13:50
dulekdmellado: Had you taken look at that?13:50
dmelladodulek: I've tried, but I can't reproduce it locally xD13:50
dmelladoso worst case I'll ask for a VM to infra13:50
dmelladobut I'd like to start fixing your patch issue on the meanwhile13:51
dmelladootherwise we'll have the same issue13:51
dmelladoltomasbo: yboaron_ do you have some time to take a look at that?13:51
ltomasbodmellado, look at what?13:52
yboaron_dmellado, in a meeting , what ?13:52
dmelladohttps://bugs.launchpad.net/kuryr-kubernetes/+bug/177851613:52
openstackLaunchpad bug 1778516 in kuryr-kubernetes "Amphora fails to start with IP address already allocated error" [Critical,New] - Assigned to Antoni Segura Puimedon (celebdor)13:52
dmellado^^13:52
dmelladothat one13:52
dmelladoI assigned it to celebdor ass he did some previous fix on that13:53
dmelladobut if he's on pto 'til wed I'd like someone to try take a look at it beforehand13:53
yboaron_dmellado, I'll take a look , altough as far as I remember we merged Toni's patch that define separate pool for octavia and K8s services13:54
dmelladoyboaron_: yeah, that's it13:54
dmelladowe need to check what was happening13:54
dmelladoyboaron_: thanks! I'll assign it to you then13:54
yboaron_dmellado, I'll take a look later13:54
dmelladoyboaron_: ack, all yours now13:55
*** yboaron_ has quit IRC13:59
*** salv-orlando has joined #openstack-kuryr14:03
*** salv-orlando has quit IRC14:08
*** maysamacedos has joined #openstack-kuryr14:08
*** yboaron_ has joined #openstack-kuryr14:13
*** janki has quit IRC14:22
*** yamamoto has quit IRC14:26
*** hongbin has joined #openstack-kuryr14:30
openstackgerritShachar Snapiri proposed openstack/kuryr-kubernetes master: Remove redundant line from dragonflow config  https://review.openstack.org/57765614:36
*** phuoc has quit IRC14:40
*** phuoc has joined #openstack-kuryr14:45
*** garyloug has joined #openstack-kuryr14:47
*** phuoc has quit IRC14:49
*** phuoc has joined #openstack-kuryr14:54
*** janki has joined #openstack-kuryr14:55
*** phuoc has quit IRC14:58
*** salv-orlando has joined #openstack-kuryr15:04
*** rh-jelabarre has quit IRC15:05
*** salv-orlando has quit IRC15:08
*** pcaruana has quit IRC15:13
*** gcheresh has quit IRC15:15
*** yamamoto has joined #openstack-kuryr15:16
*** rh-jelabarre has joined #openstack-kuryr15:18
*** phuoc has joined #openstack-kuryr15:21
*** phuoc has quit IRC15:25
*** phuoc has joined #openstack-kuryr15:40
*** phuoc has quit IRC15:45
*** phuoc has joined #openstack-kuryr15:59
*** salv-orlando has joined #openstack-kuryr16:04
*** phuoc_ has joined #openstack-kuryr16:05
*** phuoc has quit IRC16:06
*** yboaron_ has quit IRC16:06
*** salv-orlando has quit IRC16:09
*** phuoc_ has quit IRC16:15
*** salv-orlando has joined #openstack-kuryr17:05
*** salv-orlando has quit IRC17:10
*** janki has quit IRC17:59
*** salv-orlando has joined #openstack-kuryr18:06
*** salv-orlando has quit IRC18:11
*** gcheresh has joined #openstack-kuryr18:27
*** atoth has quit IRC18:58
*** salv-orlando has joined #openstack-kuryr19:07
*** salv-orlando has quit IRC19:11
*** pcaruana has joined #openstack-kuryr19:27
*** gcheresh has quit IRC19:40
*** yamamoto has quit IRC19:44
*** yamamoto has joined #openstack-kuryr19:46
*** yamamoto has quit IRC19:49
*** yamamoto has joined #openstack-kuryr19:49
*** yamamoto has quit IRC19:49
*** salv-orlando has joined #openstack-kuryr20:08
*** salv-orlando has quit IRC20:13
*** maysamacedos has quit IRC20:40
*** pcaruana has quit IRC20:43
*** yamamoto has joined #openstack-kuryr20:50
*** yamamoto has quit IRC20:58
*** salv-orlando has joined #openstack-kuryr21:08
*** salv-orlando has quit IRC21:13
*** yamamoto has joined #openstack-kuryr21:54
*** yamamoto has quit IRC21:59
*** salv-orlando has joined #openstack-kuryr22:09
*** salv-orlando has quit IRC22:14
*** maysamacedos has joined #openstack-kuryr22:23
*** yamamoto has joined #openstack-kuryr22:56
*** yamamoto has quit IRC23:02
*** salv-orlando has joined #openstack-kuryr23:10
*** pmannidi has joined #openstack-kuryr23:14
*** salv-orlando has quit IRC23:15
*** hongbin has quit IRC23:17
*** garyloug has quit IRC23:32
*** rh-jelabarre has quit IRC23:53
*** yamamoto has joined #openstack-kuryr23:57

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!