*** ducttape_ has joined #openstack-dns | 00:16 | |
*** ducttape_ has quit IRC | 00:33 | |
*** chlong has joined #openstack-dns | 00:51 | |
*** ducttape_ has joined #openstack-dns | 00:54 | |
*** ducttape_ has quit IRC | 01:00 | |
*** ducttape_ has joined #openstack-dns | 01:01 | |
*** ducttape_ has quit IRC | 01:17 | |
*** ducttape_ has joined #openstack-dns | 01:19 | |
*** stanzgy has joined #openstack-dns | 01:36 | |
*** ducttape_ has quit IRC | 01:36 | |
*** ducttape_ has joined #openstack-dns | 01:39 | |
*** csoukup has joined #openstack-dns | 01:46 | |
*** ducttape_ has quit IRC | 02:04 | |
*** chlong has quit IRC | 02:18 | |
*** penick has joined #openstack-dns | 02:27 | |
*** penick has quit IRC | 02:44 | |
*** sonuk has joined #openstack-dns | 03:00 | |
*** mwagner_ has joined #openstack-dns | 03:03 | |
*** cvstealth has quit IRC | 03:04 | |
*** cvstealth has joined #openstack-dns | 03:04 | |
*** chlong has joined #openstack-dns | 03:32 | |
*** chlong has quit IRC | 04:45 | |
*** rudrajit has quit IRC | 04:46 | |
*** rudrajit has joined #openstack-dns | 04:47 | |
*** rudrajit has quit IRC | 04:52 | |
*** chlong has joined #openstack-dns | 04:57 | |
*** ducttape_ has joined #openstack-dns | 05:07 | |
*** ducttape_ has quit IRC | 05:11 | |
*** rudrajit has joined #openstack-dns | 06:01 | |
*** rudrajit has quit IRC | 06:40 | |
*** rudrajit has joined #openstack-dns | 06:40 | |
*** rudrajit has quit IRC | 06:44 | |
*** nyechiel_ has joined #openstack-dns | 07:49 | |
*** stanzgy__ has joined #openstack-dns | 07:57 | |
*** stanzgy has quit IRC | 07:59 | |
*** stanzgy__ has quit IRC | 08:01 | |
*** stanzgy has joined #openstack-dns | 08:07 | |
*** jschwarz has joined #openstack-dns | 08:16 | |
*** jordanP has joined #openstack-dns | 08:21 | |
*** stanzgy has quit IRC | 08:25 | |
*** chlong has quit IRC | 08:35 | |
*** tg90nor has joined #openstack-dns | 09:17 | |
*** nyechiel_ has quit IRC | 09:18 | |
openstackgerrit | sonu proposed openstack/python-designateclient: Fixes exception message for zone creation command https://review.openstack.org/233542 | 09:25 |
---|---|---|
*** chlong has joined #openstack-dns | 09:50 | |
*** marzif has joined #openstack-dns | 09:58 | |
*** nyechiel_ has joined #openstack-dns | 10:33 | |
*** ducttape_ has joined #openstack-dns | 12:11 | |
*** mwagner_ has quit IRC | 12:30 | |
*** ducttape_ has quit IRC | 12:36 | |
*** elarson_ is now known as elarson | 12:56 | |
*** mwagner_ has joined #openstack-dns | 13:11 | |
*** en_austin has joined #openstack-dns | 13:12 | |
en_austin | hello! are there any way to get ALL recordsets via API in single query (without pagination or ?limit=999999 queries) ? | 13:12 |
*** a2watchdog has joined #openstack-dns | 13:15 | |
*** rsyed is now known as rsyed_away | 13:17 | |
*** sonuk has quit IRC | 13:19 | |
mugsie | en_austin: no | 13:25 |
mugsie | limit=max will get the max amount that is allowed | 13:25 |
en_austin | well, but it's so slow... | 13:29 |
en_austin | it's running for ~30 seconds for ±3K recordsets | 13:30 |
en_austin | even when using a pagination | 13:30 |
en_austin | and 2 of 4 Central processes is using 100% of their CPU cores :/ | 13:30 |
*** csoukup has quit IRC | 13:38 | |
mugsie | your on kilo, right? | 13:39 |
mugsie | that seems high | 13:39 |
jschwarz | Kiall, ping | 13:40 |
*** ducttape_ has joined #openstack-dns | 14:05 | |
*** csoukup has joined #openstack-dns | 14:06 | |
*** EricGonczer_ has joined #openstack-dns | 14:25 | |
*** pglass has joined #openstack-dns | 14:25 | |
*** ccneill has joined #openstack-dns | 14:29 | |
*** richm has joined #openstack-dns | 14:32 | |
*** rsyed_away is now known as rsyed | 14:36 | |
*** ccneill has quit IRC | 14:38 | |
*** penick has joined #openstack-dns | 14:49 | |
*** HenryG_ is now known as HenryG | 15:03 | |
*** EricGonczer_ has quit IRC | 15:12 | |
*** mlavalle has joined #openstack-dns | 15:20 | |
en_austin | mugsie: yep, Kilo | 15:26 |
timsim | That does seem slow | 15:29 |
en_austin | What can I do to increase it's speed? | 15:31 |
en_austin | Give it more CPU cores, RAM, some settings tuning? | 15:32 |
timsim | How is your database set up? | 15:32 |
en_austin | ...? | 15:32 |
en_austin | i don't got an idea of your question :( | 15:32 |
en_austin | i'm running stock MariaDB 5.5.4 without any additional tuning | 15:33 |
timsim | Is it on it's own box, or the same as the other Designate services? | 15:33 |
en_austin | no, it's on the same box with API, Central, PM and mDNS | 15:33 |
timsim | You said you had 4 central processes, how many others? And what kind of box is it? | 15:34 |
*** cliles has joined #openstack-dns | 15:34 | |
en_austin | OpenVZ container, 2GB RAM, 2 CPU cores; 4 Central's, 1 PM, 1 API and 4 mDNS's | 15:35 |
*** penick has quit IRC | 15:50 | |
*** jschwarz has quit IRC | 16:01 | |
*** a2watchdog has quit IRC | 16:01 | |
timsim | So I'd need to go and test it myself. But I wonder if you bumped those processes down to 1, if that might help a bit. Also, the size of your database would matter, because it'll slow down once it doesn't fit in memory anymore, and I think stock mariadb innodb_buffer_size (or whatever) is pretty small. | 16:06 |
timsim | I'd also check to make sure that the indexes are there (they should be) http://paste.openstack.org/show/476038/ | 16:07 |
*** a2watchdog has joined #openstack-dns | 16:14 | |
en_austin | http://paste.openstack.org/show/476039/ | 16:16 |
en_austin | here is my indexes | 16:16 |
en_austin | seems they are the same | 16:16 |
*** nyechiel_ has quit IRC | 16:34 | |
*** jordanP has quit IRC | 16:41 | |
*** amit213 has quit IRC | 16:45 | |
*** amit213 has joined #openstack-dns | 16:45 | |
*** rudrajit has joined #openstack-dns | 16:47 | |
*** rudrajit has quit IRC | 16:50 | |
*** rudrajit has joined #openstack-dns | 16:50 | |
*** rsyed is now known as rsyed_away | 17:11 | |
*** penick has joined #openstack-dns | 17:22 | |
*** pglass has quit IRC | 17:23 | |
*** james_li has joined #openstack-dns | 17:29 | |
*** en_austin has quit IRC | 17:30 | |
*** jasonsb has joined #openstack-dns | 17:34 | |
*** rsyed_away is now known as rsyed | 17:48 | |
*** jasonsb has quit IRC | 17:50 | |
*** jasonsb_ has joined #openstack-dns | 17:50 | |
*** penick has quit IRC | 18:03 | |
*** penick has joined #openstack-dns | 18:12 | |
*** pglass has joined #openstack-dns | 18:16 | |
*** penick has quit IRC | 18:17 | |
mlavalle | Kiall: ping | 18:20 |
*** penick has joined #openstack-dns | 18:26 | |
mugsie | timsim: elarson sent you an email, when you get a chance | 18:35 |
*** penick has quit IRC | 18:40 | |
*** ducttape_ has quit IRC | 19:15 | |
*** james_li has quit IRC | 19:15 | |
*** ducttape_ has joined #openstack-dns | 19:15 | |
*** james_li has joined #openstack-dns | 19:34 | |
*** james_li has quit IRC | 19:35 | |
*** james_li has joined #openstack-dns | 19:35 | |
*** james_li has quit IRC | 19:56 | |
*** james_li has joined #openstack-dns | 19:56 | |
openstackgerrit | Tim Simmons proposed openstack/designate: Handle NO_DOMAIN status https://review.openstack.org/230770 | 20:14 |
*** a2watchdog has quit IRC | 20:15 | |
openstackgerrit | Tim Simmons proposed openstack/designate: Handle NO_DOMAIN status https://review.openstack.org/230770 | 20:17 |
mugsie | timsim: there is a few patches requireing a +W/+2 if you get a chance | 20:17 |
timsim | mugsie: lookin' | 20:18 |
* timsim sighs. Still can't do stable branch management | 20:19 | |
mugsie | gah | 20:19 |
mugsie | timsim: pinged people again | 20:24 |
timsim | Thanks :) | 20:25 |
mugsie | i am not why that changed | 20:25 |
mugsie | stable-maint-core are not reviewing our patches afaik | 20:25 |
mugsie | timsim: also wrote our release notes today - https://wiki.openstack.org/wiki/ReleaseNotes/Liberty#OpenStack_DNS_.28Designate.29 | 20:26 |
timsim | Cool. Seems kinda light :| | 20:27 |
mugsie | yeah | 20:27 |
mugsie | I am not sure what else we did | 20:27 |
mugsie | we need to get better at tagging commits (i.e. APIImpact, DocImpact, UpgradeImpact, etc) | 20:28 |
timsim | There were a lot of bugs fixed this time around. I guess you can't just put (general stability and bugfixing) in release notes. | 20:30 |
*** mwagner_ has quit IRC | 20:45 | |
*** en_austin has joined #openstack-dns | 20:57 | |
*** eXceptoR has joined #openstack-dns | 20:58 | |
openstackgerrit | Merged openstack/python-designateclient: Fixes target-project-id argument in zone transfer command https://review.openstack.org/232355 | 20:59 |
*** en_austin has quit IRC | 21:02 | |
*** eXceptoR has quit IRC | 21:02 | |
*** johnbelamaric has joined #openstack-dns | 21:04 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/230563 | 21:05 |
openstackgerrit | Merged openstack/python-designateclient: Fixes openstack zone blacklist set command https://review.openstack.org/231913 | 21:05 |
openstackgerrit | Paul Glass proposed openstack/python-designateclient: Add functional tests for blacklists https://review.openstack.org/228616 | 21:09 |
openstackgerrit | Paul Glass proposed openstack/python-designateclient: Add functional tests for tlds https://review.openstack.org/228509 | 21:09 |
openstackgerrit | Paul Glass proposed openstack/python-designateclient: Flesh out zone-related test cases https://review.openstack.org/227574 | 21:09 |
openstackgerrit | Paul Glass proposed openstack/python-designateclient: Add functional tests for recordsets https://review.openstack.org/228051 | 21:09 |
*** pglass has quit IRC | 21:14 | |
*** pglass has joined #openstack-dns | 21:15 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements https://review.openstack.org/230575 | 21:16 |
timsim | ZMQ_SOCKET_STR = {zmq.DEALER: "DEALER", | 21:19 |
timsim | AttributeError: 'str' object has no attribute 'DEALER' | 21:19 |
timsim | sweet | 21:19 |
timsim | http://logs.openstack.org/70/230770/4/check/gate-designate-python27/a76a2c2/testr_results.html.gz | 21:19 |
*** simonmcc has quit IRC | 21:21 | |
*** serverascode has quit IRC | 21:21 | |
openstackgerrit | Merged openstack/python-designateclient: Adds test cases for domain in designate v1 client https://review.openstack.org/228765 | 21:23 |
openstackgerrit | Merged openstack/python-designateclient: Adds test cases for servers in designateclient https://review.openstack.org/228807 | 21:23 |
openstackgerrit | Merged openstack/python-designateclient: Added test cases for v2 client https://review.openstack.org/229297 | 21:23 |
openstackgerrit | Merged openstack/python-designateclient: Add period in help message https://review.openstack.org/227056 | 21:24 |
*** sonuk has joined #openstack-dns | 21:30 | |
openstackgerrit | Tim Simmons proposed openstack/designate: Block oslo.messaging 2.6.0 release https://review.openstack.org/233844 | 21:36 |
*** james_li has quit IRC | 21:38 | |
openstackgerrit | Tim Simmons proposed openstack/designate: Handle NO_DOMAIN status https://review.openstack.org/230770 | 21:38 |
*** james_li has joined #openstack-dns | 21:38 | |
timsim | Kiall, mugsie: https://review.openstack.org/#/c/233844/ should unblock things. | 21:39 |
*** csoukup has quit IRC | 21:53 | |
*** en_austin has joined #openstack-dns | 22:00 | |
*** en_austin has quit IRC | 22:04 | |
*** simonmcc has joined #openstack-dns | 22:11 | |
*** johnbelamaric has quit IRC | 22:19 | |
*** serverascode has joined #openstack-dns | 22:20 | |
*** ducttape_ has quit IRC | 22:36 | |
*** mwagner_ has joined #openstack-dns | 22:46 | |
*** sonuk has quit IRC | 22:50 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Block oslo.messaging 2.6.0 release https://review.openstack.org/233844 | 22:55 |
*** km has joined #openstack-dns | 22:58 | |
*** km is now known as Guest93107 | 22:58 | |
*** mlavalle has quit IRC | 23:00 | |
*** en_austin has joined #openstack-dns | 23:01 | |
*** pglass has quit IRC | 23:01 | |
*** en_austin has quit IRC | 23:05 | |
*** james_li has quit IRC | 23:14 | |
openstackgerrit | Merged openstack/python-designateclient: Flesh out zone-related test cases https://review.openstack.org/227574 | 23:34 |
openstackgerrit | Merged openstack/python-designateclient: Flesh out zone-related test cases https://review.openstack.org/227574 | 23:34 |
*** dtx00ff has joined #openstack-dns | 23:37 | |
*** ducttape_ has joined #openstack-dns | 23:40 | |
*** ducttape_ has quit IRC | 23:41 | |
*** kei_yama has joined #openstack-dns | 23:42 | |
*** rudrajit has quit IRC | 23:53 | |
*** rudrajit has joined #openstack-dns | 23:54 | |
*** rudrajit has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!