Thursday, 2017-10-19

*** yamamoto has joined #openstack-kuryr00:05
*** gouthamr has joined #openstack-kuryr00:19
*** kiennt26 has joined #openstack-kuryr00:40
*** salv-orlando has joined #openstack-kuryr00:43
*** limao has joined #openstack-kuryr00:44
*** limao has quit IRC00:44
*** limao has joined #openstack-kuryr00:44
*** salv-orlando has quit IRC00:47
*** salv-orlando has joined #openstack-kuryr01:44
*** salv-orlando has quit IRC01:49
*** hongbin has joined #openstack-kuryr01:54
*** wangbo has joined #openstack-kuryr01:57
*** wangbo has quit IRC01:59
*** wangbo has joined #openstack-kuryr02:00
*** caowei has joined #openstack-kuryr02:13
*** salv-orlando has joined #openstack-kuryr02:45
*** salv-orlando has quit IRC02:49
*** gouthamr has quit IRC02:57
*** c00281451 has joined #openstack-kuryr03:28
*** c00281451 is now known as zengchen03:28
*** hongbin has quit IRC03:43
*** jgriffith_ has joined #openstack-kuryr03:44
*** salv-orlando has joined #openstack-kuryr03:46
*** jgriffith_ is now known as jgriffith03:47
*** salv-orlando has quit IRC03:50
*** kiennt26 has quit IRC04:46
*** salv-orlando has joined #openstack-kuryr04:47
*** wangbo has quit IRC04:51
*** salv-orlando has quit IRC04:51
*** aojea has joined #openstack-kuryr04:53
*** aojea has quit IRC04:57
*** salv-orlando has joined #openstack-kuryr05:03
*** c00281451_ has joined #openstack-kuryr05:09
*** zengchen has quit IRC05:13
*** jdavis has joined #openstack-kuryr05:22
*** jdavis has quit IRC05:27
*** wangbo has joined #openstack-kuryr05:32
*** irenab has joined #openstack-kuryr05:43
*** wangbo has quit IRC05:55
*** wangbo has joined #openstack-kuryr05:56
*** limao has quit IRC06:24
*** salv-orlando has quit IRC06:26
*** limao has joined #openstack-kuryr06:26
*** salv-orlando has joined #openstack-kuryr06:26
*** salv-orlando has quit IRC06:30
*** kiennt26 has joined #openstack-kuryr06:51
*** pcaruana has joined #openstack-kuryr06:55
*** karimb has joined #openstack-kuryr07:10
*** yboaron_ has joined #openstack-kuryr07:20
*** salv-orlando has joined #openstack-kuryr07:26
*** salv-orlando has quit IRC07:31
*** salv-orlando has joined #openstack-kuryr07:42
*** garyloug has joined #openstack-kuryr08:21
*** yamamoto has quit IRC08:32
*** aojea has joined #openstack-kuryr08:59
*** aojea has quit IRC09:03
*** wangbo has quit IRC09:08
*** openstackgerrit has joined #openstack-kuryr09:09
openstackgerritMerged openstack/kuryr-kubernetes master: Update dragonflow devstack local.conf  https://review.openstack.org/51223209:09
*** wangbo has joined #openstack-kuryr09:10
*** yamamoto has joined #openstack-kuryr09:13
*** salv-orlando has quit IRC09:21
*** salv-orlando has joined #openstack-kuryr09:22
openstackgerritMerged openstack/kuryr-kubernetes master: Fix ports pool documentation  https://review.openstack.org/51249509:25
*** salv-orlando has quit IRC09:27
openstackgerritMerged openstack/kuryr-kubernetes master: Eliminate wrong ERROR report  when service of type LoadBalancer type is deleted  https://review.openstack.org/51267009:36
*** limao has quit IRC09:49
*** yamamoto has quit IRC09:49
*** limao has joined #openstack-kuryr09:50
*** limao has quit IRC09:52
*** limao has joined #openstack-kuryr09:53
*** limao has quit IRC09:54
*** limao has joined #openstack-kuryr09:55
*** limao has quit IRC09:59
*** wangbo has quit IRC10:04
*** kiennt26 has quit IRC10:04
*** lihi has quit IRC10:20
*** lihi has joined #openstack-kuryr10:20
*** salv-orlando has joined #openstack-kuryr10:21
*** caowei has quit IRC10:34
*** wangbo has joined #openstack-kuryr10:48
*** yamamoto has joined #openstack-kuryr10:50
*** yamamoto has quit IRC10:53
*** yamamoto has joined #openstack-kuryr10:53
*** yamamoto has quit IRC10:53
dulekapuimedo: I think I'm observing another anomaly.10:55
dulekapuimedo: https://github.com/openstack/kuryr-kubernetes/blob/f2f695ad105e4298f10af490b7ed21d875d41fec/kuryr_kubernetes/cni/handlers.py#L80-L8210:55
dulekapuimedo: This is just checking if VIF is active on WATCH event. What if it wasn't and no more events will get fired? The watcher thread will just hang.10:56
*** limao has joined #openstack-kuryr10:58
*** limao has quit IRC10:58
*** limao has joined #openstack-kuryr10:58
*** yamamoto has joined #openstack-kuryr11:02
*** jdavis has joined #openstack-kuryr11:11
*** wangbo has quit IRC11:39
*** wangbo has joined #openstack-kuryr11:39
*** salv-orlando has quit IRC11:54
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: CNI split - introducing CNI daemon  https://review.openstack.org/48002812:06
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Add error handling and logging to CNI daemon  https://review.openstack.org/51151812:06
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: DNM: Trying to run gate tests with CNI Daemon  https://review.openstack.org/50976512:08
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: CNI Daemon documentation  https://review.openstack.org/50938012:08
*** salv-orlando has joined #openstack-kuryr12:15
*** phuoc_ has quit IRC12:19
irenabdulek, what was the issue with ipdb binging?12:22
irenabbinding12:23
dulekirenab: IPDB object doesn't like to be used by multiple threads.12:23
dulekirenab: And previously we were caching them. Which isn't a bad thing in case of single-threaded CNI-process, but fails in case of multi-threaded CNI daemon.12:24
irenabdulek, got it. Thanks!12:25
dulekirenab: Besides - we've had a timeout issue (now I think SocketServer.ThreadingMixIn doesn't go well with BaseHTTPServer.HTTPServer)12:25
dulekirenab: And this uncovered the fact that connect operation isn't idempotent.12:25
dulekirenab: I've tried to fix that by adding this try-except block in binding.base, but I'll need to investigate that a bit more.12:26
irenabdulek, how stable is the implementation kuryr have now ?12:27
dulekirenab: In case of CNI timeout kubelet will retry the call and that will fail on master as well.12:28
dulekirenab: apuimedo and ltomasbo experienced that when doing scale testing.12:28
dulekirenab: I guess I need to file a bug. :)12:28
irenabdulek, eventually pod is up or stuck in failed state?12:29
dulekirenab: I think that eventually CNI calls start to fail, so kubelet sets itself into NotReady state.12:29
irenabdulek, yes :-) doesn't seem trivial12:29
dulekirenab: At least that's what we've experienced.12:29
apuimedodulek: "I think I'm observing another anomaly."12:30
apuimedoThis sounds like the beginning of a Star Trek episode :-)12:30
dulekapuimedo: :D12:30
dulekapuimedo: I think that was false alarm.12:31
dulekapuimedo: It might have been related to that broken SocketServer.ThreadingMixIn. It causes requests are not getting answered, just the first. Deadlock probably.12:32
*** yboaron__ has joined #openstack-kuryr12:32
apuimedodulek: regarding the socketserver... Did you try running it in a socket file based on a uwsgi or something?12:33
dulekapuimedo: Nope, I've only experimented with those Python builtins.12:33
apuimedothose are trash12:34
apuimedo:-)12:34
apuimedowe experienced that with kuryr-libnetwork12:34
dulek12:34
*** yboaron_ has quit IRC12:34
irenabapuimedo, experienced what?12:34
apuimedodulek: in the kuryr-libnetwork case, the performance was much better when using uwsgi in threaded config than with the default flask server12:35
apuimedoIt's not what we're using now though12:35
apuimedoso it's not apples to apples12:35
apuimedobut yeah, the builtin is probably not production ready12:35
apuimedomore of an example12:35
irenabdulek, I think you can mark https://review.openstack.org/#/c/508106/ as abandoned12:36
dulekirenab: Please go on, I can't as I'm not the owner of the  patch.12:36
irenabdulek, sure, will do12:36
dulekirenab: Thanks!12:36
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: CNI split - introducing CNI daemon  https://review.openstack.org/48002812:55
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Add error handling and logging to CNI daemon  https://review.openstack.org/51151812:55
*** atoth has joined #openstack-kuryr12:56
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: CNI Daemon documentation  https://review.openstack.org/50938012:56
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: DNM: Trying to run gate tests with CNI Daemon  https://review.openstack.org/50976512:56
*** jdavis has quit IRC13:06
*** yboaron__ has quit IRC13:06
*** yboaron__ has joined #openstack-kuryr13:29
*** wangbo has quit IRC13:44
*** hongbin has joined #openstack-kuryr14:03
*** limao has quit IRC14:07
*** limao has joined #openstack-kuryr14:14
*** limao has quit IRC14:15
*** gouthamr has joined #openstack-kuryr14:20
openstackgerritYossi Boaron proposed openstack/kuryr-kubernetes master: Fix KeyError exception upon  service/deployment deletion  https://review.openstack.org/51263614:28
*** aojea has joined #openstack-kuryr14:39
*** yamamoto has quit IRC14:54
*** limao has joined #openstack-kuryr15:32
*** limao_ has joined #openstack-kuryr15:37
*** limao has quit IRC15:38
*** yboaron__ has quit IRC15:41
*** yamamoto has joined #openstack-kuryr15:55
*** jgriffith is now known as groot16:03
*** groot is now known as jgriffith16:04
*** jgriffith is now known as groot16:05
*** yamamoto has quit IRC16:11
*** salv-orl_ has joined #openstack-kuryr16:11
*** salv-orlando has quit IRC16:14
*** pcaruana has quit IRC16:18
*** aojea has quit IRC16:29
*** kiennt26 has joined #openstack-kuryr16:35
*** yamamoto has joined #openstack-kuryr16:39
*** limao_ has quit IRC16:47
*** yamamoto has quit IRC16:53
*** aojea has joined #openstack-kuryr16:59
*** garyloug has quit IRC17:05
*** aojea has quit IRC17:14
*** aojea has joined #openstack-kuryr17:14
*** aojea has quit IRC17:15
*** aojea has joined #openstack-kuryr17:15
*** aojea has joined #openstack-kuryr17:16
*** aojea has quit IRC17:19
*** salv-orlando has joined #openstack-kuryr17:25
*** salv-orl_ has quit IRC17:29
*** salv-orlando has quit IRC17:30
*** kiennt26 has quit IRC17:38
*** groot is now known as jgriffith17:38
*** ivc_ has quit IRC17:43
*** deepika has quit IRC17:43
*** nhlfr has quit IRC17:43
*** kzaitsev_pi has quit IRC17:44
*** kzaitsev_pi has joined #openstack-kuryr17:45
*** ivc_ has joined #openstack-kuryr17:48
*** c00281451_ has quit IRC18:13
*** c00281451_ has joined #openstack-kuryr18:13
*** salv-orlando has joined #openstack-kuryr19:05
*** jdavis has joined #openstack-kuryr19:05
*** salv-orl_ has joined #openstack-kuryr19:46
*** salv-orlando has quit IRC19:49
*** aojea has joined #openstack-kuryr20:50
*** aojea has quit IRC21:08
*** gouthamr has quit IRC21:15
*** hongbin has quit IRC21:38
*** yamamoto has joined #openstack-kuryr21:50
*** deepika has joined #openstack-kuryr21:58
*** deepika is now known as Guest3859021:58
*** jdavis has quit IRC22:04
*** nhlfr has joined #openstack-kuryr22:06
*** jdavis has joined #openstack-kuryr22:25
*** jdavis has quit IRC23:26

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