Friday, 2014-07-18

*** rmoe has quit IRC00:17
*** rmoe has joined #openstack-dns00:31
*** darshan104 has quit IRC00:43
*** bandarji has joined #openstack-dns00:44
*** nosnos has joined #openstack-dns00:53
*** eankutse1 has quit IRC00:54
*** eankutse has joined #openstack-dns00:54
*** eankutse1 has joined #openstack-dns00:56
*** eankutse has quit IRC00:56
*** bandarji has quit IRC01:10
*** eankutse1 has quit IRC01:23
*** eankutse has joined #openstack-dns01:23
*** eankutse has quit IRC01:25
*** eankutse has joined #openstack-dns01:26
*** eankutse1 has joined #openstack-dns01:28
*** eankutse has quit IRC01:28
*** eankutse1 has quit IRC01:43
*** eankutse has joined #openstack-dns01:43
*** vinod1 has joined #openstack-dns02:03
*** mwagner_lap has joined #openstack-dns02:10
*** rossk has quit IRC02:31
*** richm has left #openstack-dns02:33
*** eankutse has quit IRC02:37
*** eankutse has joined #openstack-dns02:37
*** vinod1 has quit IRC02:43
*** vinod1 has joined #openstack-dns02:45
*** vinod1 has quit IRC02:50
*** vinod1 has joined #openstack-dns02:58
*** msisk has quit IRC03:12
*** nosnos has quit IRC03:21
*** vinod1 has quit IRC03:28
*** vinod1 has joined #openstack-dns03:30
openstackgerritA change was merged to openstack/designate: Add docs for links, pagination, filtering  https://review.openstack.org/10389103:35
*** nosnos has joined #openstack-dns03:50
*** eankutse has quit IRC04:10
*** eankutse has joined #openstack-dns04:10
*** eankutse has quit IRC04:27
*** darshan104 has joined #openstack-dns04:29
*** vinod1 has quit IRC04:31
*** eankutse has joined #openstack-dns04:58
*** eankutse has quit IRC05:04
*** darshan104 has quit IRC05:17
*** crc32 has quit IRC05:26
*** vinod1 has joined #openstack-dns05:29
*** k4n0 has joined #openstack-dns05:30
*** vinod1 has quit IRC06:41
*** Dafna has joined #openstack-dns08:05
*** Dafna is now known as Dafna_away08:15
*** Dafna_away is now known as Dafna09:50
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Correct JSON Syntax is v2 Collections Docs  https://review.openstack.org/10795310:05
openstackgerritA change was merged to openstack/designate-specs: Add spec for Zone and Record TotalCount  https://review.openstack.org/10609810:10
*** nosnos has quit IRC11:03
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Update from oslo-incubator  https://review.openstack.org/10797011:10
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Switchover to oslo.i18n package  https://review.openstack.org/10797211:22
openstackgerritGraham Hayes proposed a change to openstack/designate: Added functionality to allow for zone ownership transfers  https://review.openstack.org/10782211:26
*** JensOfSweden has quit IRC11:37
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Clear out junk from Vagrant+DevStack configs  https://review.openstack.org/10798311:57
openstackgerritKiall Mac Innes proposed a change to openstack/designate: DevStack: Correct the key's passed to setup_colorized_logging  https://review.openstack.org/10799312:35
openstackgerritKiall Mac Innes proposed a change to openstack/designate: DevStack: Enable V2 API  https://review.openstack.org/10799712:44
*** sballe_ has quit IRC12:52
*** vinod1 has joined #openstack-dns13:00
*** eankutse has joined #openstack-dns13:03
*** eankutse has quit IRC13:07
*** betsy has joined #openstack-dns13:13
betsyHey Kiall13:14
KiallHyea13:14
KiallHeya13:14
betsyWith the recordset api stuff almost done, I’d thought I’d take up the blueprint to expose the SOA and NS records, unless you’re already working on that13:14
KiallNo, It slipped off my radar with the objects stuff :)13:15
betsyNot surprising. :)13:15
KiallHave you started on the final piece of the RRSet changes? (the priority thing..)13:15
betsyYeah. Worked on that last night13:15
KiallI was thinking we should fix the "root cause" of that.. e.g. merge the 2 columns in the DB13:15
KiallIt's odd right now because it's the only one we split13:16
betsy?13:16
betsyYou mean put it in the data field?13:16
KiallYea - The split is something we inherited from the PowerDNS schema13:16
Kiallthere's no difference really between the "priority" and e.g. "weight"  of a SRV record.. keeping them half split is just odd13:17
Kiall(I'm not sure if merging them right now is the best thing though, just that we probably should at some point)13:17
betsyYeah. I think the database probably needs a lot of work13:18
Kiall(well - I mean merging the columns right now, the API should be merged IMO so we don't need to change it)13:18
betsyI was thinking along the lines of making it be “records”: and then underneath that, “data”, “priority”13:18
betsyAnd Vinod wanted “description”, too13:19
KiallI'm not sure we should - since we're giving special treatment in the API (which we can't change easily ;)) to 1 rdata field out of 50 or so13:19
betsyHmm True13:20
betsySo, you want priority just added to the rest of the data and described in the docs?13:20
KiallI think so..13:20
betsyThat’s what I was going to do first, but Vinod talked me out of it13:20
KiallYea, at some point when we introduce the structured format, all rdata fields will be able to split out13:20
betsySounds good13:20
betsyI’ll go back to doing it that way. Much easier, too13:21
betsy:)13:21
Kialllol :)13:21
KiallRe description.. Yea, humm.. So we end up with an API of:13:21
Kiall{"records":[{"data": "10 mail.example.org.", "description": "Bla"}, ..]}13:22
betsyRight. But we already have a description field in the recordsets, which I think should be enough13:22
Kiall{"records":[{"data": "0 5 5060 sip.example.com.", "description": "Bla"}, ..]} <-- Example of why splitting priority is (and always has been!) wrong :)13:22
betsyYou want priority at the end?13:23
KiallI often want to physically hurt Nova/Neutron for not letting me do things like add a description to a Floating IP .. I wonder if we should nip that in the bud and add it for records? :D13:24
Kiallon an MX/SRV - priority is always the first field in the rdata13:24
betsyOh, thx. Didn’t realize that13:24
KiallMX = <priority> <exchange>13:25
KiallSRV = <priority> <weight> <port> <target>13:25
betsyWhy do we have it separatly then when everything else in the data?13:25
betsyWhat about MX? Does it go first there, too?13:25
Kiall<-- This guy wasn't thinking about a year and a half ago13:25
betsylol :)13:25
Kiall<-- This guy has been regretting it for a good year of that13:26
KiallYea - priority is first in an MX13:26
betsyhindsight is always 20/2013:26
betsy:)13:26
Kiall:D13:26
vinod1so would v1 still have a separate priority field for MX and SRV but not v2 with this change?13:27
Kiallvinod1: Yea, we would have to keep them split in v113:27
betsyWhat about MX? priority first or last?13:28
vinod1that sounds complicated - so if we get the same recordset from v1 and v2 we need to do different things - v1 would not do anything different with priority and data13:29
vinod1no actually v1 would need to trim out priority from the data field13:29
vinod1v2 would just get data and ignore the priority13:29
Kiallvinod1: correct, but keeping it split out in V2 makes little sense - e.g. why is a SRV records priority split, but not it's weight or port ?13:31
vinod1that is true13:31
KiallRight now in V1, we're forcing our API users to deal with that inconsistency, in V2, we can be finally consistent :)13:31
KiallThen, add the structured format stuff, and allow people to consistently get all the fields split out13:32
vinod1ok13:33
*** k4n0 has quit IRC13:47
*** jaycaz has joined #openstack-dns13:54
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Ensure o.c.local is populated with the current Context  https://review.openstack.org/10801213:54
*** vinod1 has quit IRC13:56
*** vinod1 has joined #openstack-dns13:59
Kiallvinod1 / betsy - BTW - We realized myself and mugsie will be on a plane during the next meet.14:01
KiallIf one of you wants to run it, go ahead.. otherwise, we should cancel it :)14:02
vinod1if there are any agenda items - i  can run it14:02
openstackgerritGraham Hayes proposed a change to openstack/designate: Added docs for zone transfers  https://review.openstack.org/10801614:02
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Ensure o.c.local is populated with the current Context  https://review.openstack.org/10801214:04
KiallI added two - but will need to push them :)14:05
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Correct JSON Syntax is v2 Collections Docs  https://review.openstack.org/10795314:08
*** timsim has joined #openstack-dns14:15
*** jaycaz has quit IRC14:16
*** vinod1 has quit IRC14:21
betsykiall: I’m fine either way — cancel or we can run it14:23
KiallWell, It's up to you two .. myself and mugsie will literally be at 10k foot :)14:24
*** betsy has quit IRC14:24
mugsie30k*14:24
Kiall-_-14:25
mugsie:D14:25
KiallHave I mentioned, I have issues with being over 20k foot? I'm staying home.14:25
mugsiegrand14:26
*** jaycaz has joined #openstack-dns14:26
*** jaycaz has quit IRC14:44
*** nkinder has joined #openstack-dns14:52
*** msisk has joined #openstack-dns14:57
*** timsim_ has joined #openstack-dns15:13
*** timsim has quit IRC15:14
*** jaycaz has joined #openstack-dns15:14
*** jaycaz has quit IRC15:18
*** jaycaz has joined #openstack-dns15:20
timsim_I've been randomly seeing this Oslo.messaging error pop up while I'm sending about 115 GETs per minute. It usually recovers, but just thought I'd throw it out there. http://paste.openstack.org/show/87138/15:23
*** vinod1 has joined #openstack-dns15:23
Kialltimsim_: normally that means the client (e.g. the API service) didn't get a response from Central within 30 seconds - but 115 qpm? even with only a single instance of central that should be OK..15:25
KiallIs it by any chance a get returning a few billion rows? :)15:25
timsim_Nah, like five zones. It's very rare. About four in an hour.15:26
vinod1kiall: this change seems to make modifications to colorized logging - https://review.openstack.org/#/c/107993/15:34
vinod1whereas change https://review.openstack.org/#/c/107983/15:34
vinod1comments out color logging?15:34
*** timsim_ has quit IRC15:38
*** timsim has joined #openstack-dns15:40
Kiallvinod1: whoops - That's a mistake15:41
Kialltimsim: a very very unscientific test of get requests against /domains with 5 domains give me.. http://paste.openstack.org/show/87144/15:42
Kiall10k requests, 100% success, 40.04 tx's a sec15:42
timsim*shrug* it's been fine for the last 30 minutes. Just a few random errors I guess.15:43
Kiallthat was a 250 second test while I went to get coffee, so, not likely to show the few times an hour issue, But.. It's MUCH more than 115 requests a minute :)15:44
KiallAre you using SQLite by any chance?15:44
timsimFor sure.15:44
timsimNope, MySQL.15:44
timsimVery unscientifically configured15:44
Kiallhttps://github.com/stackforge/rally might let us get a bit more scientific, and keep it in the openstack family ;)15:46
*** rmoe has quit IRC15:46
openstackgerritA change was merged to openstack/designate: DevStack: Correct the key's passed to setup_colorized_logging  https://review.openstack.org/10799315:49
timsimKiall: Might be a bit too scientific for me ;) that'd be a cool thing to integrate in testing though.15:51
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Clear out junk from Vagrant+DevStack configs  https://review.openstack.org/10798315:51
Kiallvinod1: fixed in ^15:51
openstackgerritA change was merged to openstack/designate: DevStack: Enable V2 API  https://review.openstack.org/10799715:51
Kialltimsim: yea, I've looked at the wiki once or twice and said "too much work for now" a few times ;)15:52
*** betsy has joined #openstack-dns15:54
*** rmoe has joined #openstack-dns16:10
Kiallbetsy / vinod1 / etc - We've got to give russellb / ttx a SHA1 to call Juno-2 on Monday, so today's pretty much the last day for getting anything in BTW :)16:11
Kiall(well.. weekend too..)16:11
betsykiall: thx for heads up. I’d really like to get in the recordset change16:11
KiallI tested the RRSet change today, and other than the comments vinod left, it should be good to go16:12
betsyCool. I’ll resubmit soon16:12
betsyDid the v2 reports that got merged in get marked for juno-2?16:12
Kiall(I'm fine with releasing the current weird records / priority thing in j2 and merging them later, so long as it works ;))16:12
vinod1i will submit a patchset for mdns to correctly handle tcp requests16:12
Kiallvinod1: you found the issue?16:13
betsykiall: me too. The other will follow shortly16:13
Kiallbetsy: ehh, let me check16:13
Kiallyea - it's listed on https://launchpad.net/designate/+milestone/juno-216:13
betsycool16:13
vinod1tcp requests send in an additional length in the packet and also expect a length in the response16:13
KiallInteresting, and dnspython doesn't handle that somehow?16:14
vinod1dnspython handles when you send it a tcp response and a xfr16:15
vinod1i need to dig deeper but meanwhile i wanted to submit a patchset to ensure that tcp requests are handled correctly16:16
KiallSounds good :)16:17
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Handle tcp requests correctly in mdns  https://review.openstack.org/10806116:35
*** rossk has joined #openstack-dns16:38
*** jaycaz has quit IRC16:44
*** jaycaz has joined #openstack-dns16:45
openstackgerritGraham Hayes proposed a change to openstack/designate: Enable X-Auth-Project flag in HTTP headers  https://review.openstack.org/10806516:47
openstackgerritGraham Hayes proposed a change to openstack/designate: Moved v2 API errors to separate controller  https://review.openstack.org/10806616:47
openstackgerritGraham Hayes proposed a change to openstack/designate: Enable X-Auth-All-Projects flag in HTTP headers  https://review.openstack.org/10806516:48
*** jaycaz has quit IRC16:48
*** jaycaz has joined #openstack-dns16:49
*** jaycaz has quit IRC16:58
*** jaycaz has joined #openstack-dns16:59
*** richm has joined #openstack-dns17:00
*** msisk has quit IRC17:02
*** msisk_ has joined #openstack-dns17:02
*** jaycaz has quit IRC17:02
openstackgerritA change was merged to openstack/designate: Ensure o.c.local is populated with the current Context  https://review.openstack.org/10801217:03
*** eankutse has joined #openstack-dns17:04
*** eankutse has quit IRC17:08
*** richm1 has joined #openstack-dns17:21
*** richm has quit IRC17:22
openstackgerritGraham Hayes proposed a change to openstack/designate: Enable X-Auth-Project flag in HTTP headers  https://review.openstack.org/10806517:29
openstackgerritGraham Hayes proposed a change to openstack/designate: Enable X-Auth-Project flag in HTTP headers  https://review.openstack.org/10806517:30
openstackgerritA change was merged to openstack/designate: Correct JSON Syntax is v2 Collections Docs  https://review.openstack.org/10795317:34
openstackgerritGraham Hayes proposed a change to openstack/designate: Enable X-Auth-Project flag in HTTP headers  https://review.openstack.org/10806517:42
openstackgerritGraham Hayes proposed a change to openstack/designate: Moved v2 API errors to separate controller  https://review.openstack.org/10806617:48
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Handle tcp requests correctly in mdns  https://review.openstack.org/10806117:56
*** crc32 has joined #openstack-dns17:57
*** vinod1 has quit IRC18:00
*** vinod1 has joined #openstack-dns18:11
*** vinod1 has quit IRC18:20
*** vinod1 has joined #openstack-dns18:31
*** vinod1 has quit IRC18:32
*** vinod1 has joined #openstack-dns18:35
*** mikal has quit IRC18:35
*** vinod1 has quit IRC18:36
*** mikal has joined #openstack-dns18:36
openstackgerritA change was merged to openstack/designate: Clear out junk from Vagrant+DevStack configs  https://review.openstack.org/10798318:36
*** msisk_ has quit IRC18:56
*** msisk has joined #openstack-dns19:00
openstackgerritBetsy Luzader proposed a change to openstack/designate: Modify Recordset API  https://review.openstack.org/10289219:10
*** vinod1 has joined #openstack-dns19:44
*** vinod1 has quit IRC19:46
*** vinod1 has joined #openstack-dns19:49
*** betsy has quit IRC19:57
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Handle tcp requests correctly in mdns  https://review.openstack.org/10806120:00
*** vinod1 has quit IRC20:01
*** vinod1 has joined #openstack-dns20:31
*** vinod1 has quit IRC20:57
*** msisk has quit IRC21:10
*** shakamunyi has joined #openstack-dns21:27
*** shakamunyi has quit IRC21:27
*** timsim has quit IRC23:11
*** timsim has joined #openstack-dns23:20
*** timsim has quit IRC23:39
*** rmoe has quit IRC23:46

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