*** diman has joined #openstack-dns | 00:11 | |
*** diman has quit IRC | 00:16 | |
*** renmak_ has quit IRC | 00:48 | |
*** renmak__ has quit IRC | 00:48 | |
*** diman has joined #openstack-dns | 01:03 | |
*** diman has quit IRC | 01:09 | |
*** caowei has joined #openstack-dns | 01:11 | |
*** trungnv has joined #openstack-dns | 01:25 | |
*** masber has joined #openstack-dns | 02:09 | |
*** mikal_ has quit IRC | 02:26 | |
*** mikal has joined #openstack-dns | 02:26 | |
*** mikal has quit IRC | 02:41 | |
*** mikal has joined #openstack-dns | 02:49 | |
*** masuberu has joined #openstack-dns | 02:52 | |
*** masber has quit IRC | 02:52 | |
*** diman has joined #openstack-dns | 03:12 | |
*** diman has quit IRC | 03:17 | |
*** diman_ has joined #openstack-dns | 03:38 | |
*** diman_ has quit IRC | 03:43 | |
*** diman_ has joined #openstack-dns | 04:31 | |
*** ianychoi has joined #openstack-dns | 04:34 | |
*** diman_ has quit IRC | 04:36 | |
*** caowei has quit IRC | 04:45 | |
*** masuberu has quit IRC | 04:47 | |
*** JonathanS has quit IRC | 05:01 | |
*** diman_ has joined #openstack-dns | 05:06 | |
*** renmak_ has joined #openstack-dns | 05:10 | |
*** renmak__ has joined #openstack-dns | 05:10 | |
*** diman_ has quit IRC | 05:11 | |
*** mikal_ has joined #openstack-dns | 05:20 | |
*** mikal has quit IRC | 05:22 | |
*** diman_ has joined #openstack-dns | 06:07 | |
*** diman_ has quit IRC | 06:12 | |
*** JonathanD has joined #openstack-dns | 06:59 | |
*** renmak_ has quit IRC | 07:16 | |
*** renmak__ has quit IRC | 07:16 | |
*** diman_ has joined #openstack-dns | 07:59 | |
*** diman_ has quit IRC | 08:05 | |
*** pcaruana has joined #openstack-dns | 08:08 | |
*** trungnv has quit IRC | 08:50 | |
*** trungnv has joined #openstack-dns | 08:51 | |
*** caowei has joined #openstack-dns | 09:07 | |
*** caowei has quit IRC | 09:36 | |
*** caowei has joined #openstack-dns | 09:36 | |
*** mikal has joined #openstack-dns | 10:32 | |
*** mikal_ has quit IRC | 10:33 | |
*** caowei has quit IRC | 11:24 | |
*** pcaruana has quit IRC | 12:30 | |
*** sipior has left #openstack-dns | 13:08 | |
*** pcaruana has joined #openstack-dns | 13:08 | |
*** rfreire has joined #openstack-dns | 13:16 | |
*** abalutoiu__ has joined #openstack-dns | 14:04 | |
*** renmak__ has joined #openstack-dns | 14:06 | |
*** renmak_ has joined #openstack-dns | 14:06 | |
*** abalutoiu_ has quit IRC | 14:07 | |
*** diman has joined #openstack-dns | 14:13 | |
*** rfreire_ has joined #openstack-dns | 14:21 | |
*** rfreire has quit IRC | 14:25 | |
*** rfreire_ is now known as rfreire | 14:48 | |
*** renmak_ has quit IRC | 14:58 | |
*** renmak__ has quit IRC | 14:58 | |
*** renmak_ has joined #openstack-dns | 15:38 | |
*** renmak__ has joined #openstack-dns | 15:38 | |
*** rfreire has quit IRC | 15:42 | |
*** diman has quit IRC | 16:08 | |
*** rfreire has joined #openstack-dns | 16:56 | |
*** renmak__ has quit IRC | 17:11 | |
*** renmak_ has quit IRC | 17:11 | |
eandersson | Anyone seen this Bad Action exception with Designate/Queens? http://paste.openstack.org/show/6akxyCTY2uFLsxD9Wln1/ | 17:19 |
---|---|---|
eandersson | It's happening on a very low frequency | 17:25 |
mugsie | eandersson: I *think* someone raised this recently | 17:32 |
mugsie | I can't find the bug though | 17:32 |
mugsie | I think it is due to a concurrency bug? | 17:33 |
eandersson | Interesting - couldn't find a bug report, will post one | 17:34 |
*** openstackgerrit has joined #openstack-dns | 17:35 | |
*** ChanServ sets mode: +v openstackgerrit | 17:35 | |
openstackgerrit | Graham Hayes proposed openstack/designate stable/queens: Do not filter pools by attributes when non are provided https://review.openstack.org/565852 | 17:35 |
eandersson | Gonna add some more debugging to my lab to see if I can better understand what da heck is going on :D | 17:37 |
eandersson | But looks like it is fine in general | 17:38 |
rfreire | mugsie, Graham! o/ | 18:04 |
rfreire | in re: above commit; just making triple-sure, affects only Pool environments, not Worker right? | 18:04 |
mugsie | rfreire: no it will affect all envs | 18:06 |
mugsie | but only if you have multiple pools | 18:06 |
rfreire | mugsie, ah. Alright, not me (single pool) | 18:07 |
* rfreire does his happy dance | 18:07 | |
rfreire | mugsie, by the way, I have yet to realize when to use multiple pools | 18:07 |
rfreire | Do you have something published around that shows a sample use case? | 18:08 |
mugsie | not yet - there is some use cases covered in old talks I think | 18:09 |
rfreire | alrighto! :-) | 18:10 |
mugsie | it is usually things like an internal pool (for QA /R&D / etc) and then an expensive external pool (dyn / akamai etc) for public stuff | 18:10 |
mugsie | or "cheap pool" + "expensive pool" | 18:11 |
rfreire | Ahhh I have seen a such scenario in doc pages | 18:11 |
eandersson | mugsie, https://github.com/openstack/designate/blob/stable/queens/designate/central/service.py#L2395 | 18:52 |
eandersson | This is the code path that is setting action = 'NONE' | 18:52 |
eandersson | If I comment out line 2401 this is no longer an issue | 18:55 |
mugsie | if a zone is active, it should not have an action :/ | 18:57 |
mugsie | I think it is happening, as an update is happening to the same zone simultaniously, so it seems the zone has a higher serial number, and goes "its done" | 19:01 |
mugsie | then when we send the new task to the worker, it gets the "NONE" action | 19:01 |
-openstackstatus- NOTICE: The Gerrit service at review.openstack.org will be offline starting at 20:00 (in roughly 25 minutes) for a server move and operating system upgrade: http://lists.openstack.org/pipermail/openstack-dev/2018-May/130118.html | 19:35 | |
eandersson | Yea I agree | 19:41 |
eandersson | mugsie, I can easily reproduce this if I create 5 VMs it happens 100% | 19:41 |
eandersson | It's the first thing I see in the worker logs after starting 5 VMs | 19:42 |
eandersson | If I create VMs (records) one-by-one it never happens | 19:42 |
-openstackstatus- NOTICE: The Gerrit service at review.openstack.org will be offline over the next 1-2 hours for a server move and operating system upgrade: http://lists.openstack.org/pipermail/openstack-dev/2018-May/130118.html | 20:03 | |
*** ChanServ changes topic to "The Gerrit service at review.openstack.org will be offline over the next 1-2 hours for a server move and operating system upgrade: http://lists.openstack.org/pipermail/openstack-dev/2018-May/130118.html" | 20:03 | |
eandersson | Do we actually care if this happens? I mean can't we just ignore the action? | 20:12 |
eandersson | or at the very least log it in a more reasonable manner | 20:14 |
*** openstackgerrit has quit IRC | 20:27 | |
*** pcaruana has quit IRC | 20:34 | |
*** rfreire has quit IRC | 21:56 | |
*** ChanServ changes topic to "OpenStack Designate - Logged @ http://eavesdrop.openstack.org/irclogs/%23openstack-dns | Review Dashboard @ http://graham.hayes.ie/designate/dashboard | Bugs @ https://bugs.launchpad.net/designate" | 22:08 | |
-openstackstatus- NOTICE: Gerrit maintenance has concluded successfully | 22:08 | |
*** andrewbogott_ has joined #openstack-dns | 23:09 | |
*** andreaf has quit IRC | 23:09 | |
*** dhellmann_ has joined #openstack-dns | 23:15 | |
*** _d34dh0r53_ has joined #openstack-dns | 23:15 | |
*** andrewbogott has quit IRC | 23:16 | |
*** dhellmann has quit IRC | 23:16 | |
*** d34dh0r53 has quit IRC | 23:16 | |
*** andrewbogott_ is now known as andrewbogott | 23:16 | |
*** dhellmann_ is now known as dhellmann | 23:19 | |
*** andreaf has joined #openstack-dns | 23:25 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!