Monday, 2013-12-09

*** mwagner_lap has quit IRC03:27
*** mwagner_lap has joined #openstack-ceilometer04:09
openstackgerritJenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/6015406:04
openstackgerritYuuichi Fujioka proposed a change to openstack/ceilometer: (WIP)Implements monitoring-network  https://review.openstack.org/6047306:22
*** ildikov has quit IRC06:28
*** sayali has joined #openstack-ceilometer07:13
*** sayali has quit IRC07:49
*** ildikov has joined #openstack-ceilometer08:08
*** sayali has joined #openstack-ceilometer08:10
*** nprivalova has joined #openstack-ceilometer08:32
*** kwhitney has quit IRC09:08
*** drozzzd has joined #openstack-ceilometer10:07
*** drozzzd has quit IRC10:08
*** eglynn has joined #openstack-ceilometer10:30
eglynnsileht: watching the rugby at the weekend perchance? ;)10:32
eglynnsileht: http://www.lequipe.fr/Rugby/Actualites/Toulouse-tombe-de-haut/42353310:32
*** nprivalova has quit IRC10:40
*** yfujioka has joined #openstack-ceilometer10:43
EmilienMeglynn: please don't annoy our sileht on a Monday morning :P10:48
eglynnEmilienM: LOL :) ... k, I'll go easy ;)10:49
*** nprivalova has joined #openstack-ceilometer10:53
*** SergeyLukjanov has joined #openstack-ceilometer10:53
*** sayali has quit IRC10:58
ildikovguys, this could be used for marketing purposes: Come and enjoy The Community life, no more boring Monday mornings! ;)11:00
*** sayali has joined #openstack-ceilometer11:05
*** kwhitney has joined #openstack-ceilometer11:07
*** Alexei_987 has joined #openstack-ceilometer11:08
*** sayali has quit IRC11:24
*** eglynn is now known as eglynn-afk11:32
*** urulama has joined #openstack-ceilometer11:40
openstackgerritSwann Croiset proposed a change to openstack/ceilometer: Ganglia Satellite Pollster  https://review.openstack.org/5824911:41
*** kwhitney has quit IRC11:41
openstackgerritYuuichi Fujioka proposed a change to openstack/ceilometer: (WIP)Implements monitoring-network  https://review.openstack.org/6047311:55
*** yfujioka has quit IRC12:13
*** nprivalova has quit IRC12:14
*** nprivalova has joined #openstack-ceilometer12:15
*** eglynn-afk is now known as eglynn12:25
eglynnfolks, it's been pointed out to me that we should be explicit in the Havana release notes about the way the sqlalchemy driver is not yet feature-complete12:28
eglynne.g. in https://wiki.openstack.org/wiki/ReleaseNotes/Havana#Collector12:29
eglynns/Improved SQLAlchemy driver/12:29
eglynn  Improved SQLAlchemy driver (but not yet feature-complete due to the lack of metadata query support as needed by Horizon and Ceilometer Alarming)/12:29
eglynn... any objections to the above?12:33
nprivalovano objections. its very useful note12:33
nprivalovabtw, eglynn, "Added a UDP based publisher" - we are creating tests for it and looks like it doesn't work12:35
eglynnnprivalova: can you file a bug for the issue you're seeing, I'll take a look if jd__ doesn't get to it first12:36
nprivalovaeglynn, ok, will do12:37
eglynnnprivalova: thanks!12:37
jd__nprivalova: I noticed there might be issue reading the code last week indeed12:41
jd__nprivalova: if you have a bug report, give it to me I'll take a look :)12:41
nprivalovajd__, ok, we are creating report. Will publish soon12:42
eglynnFYI havana relnotes updated as proposed above13:04
*** urulama has quit IRC13:09
*** nprivalova has quit IRC13:10
*** mwagner_lap has quit IRC13:11
*** nprivalova has joined #openstack-ceilometer13:13
*** eglynn_ has joined #openstack-ceilometer13:22
Alexei_987jd__: ping me when you'll have some time available13:23
*** eglynn has quit IRC13:23
jd__Alexei_987: pong13:23
Alexei_987jd__: Wanted to talk about our current data structure13:27
Alexei_987jd__: and I think that we may need to rework/simplify it to make existing code work faster and new features easier to add13:28
*** thomasem has joined #openstack-ceilometer13:28
Alexei_987jd__: mostly I'm talking about mongodb driver but it's related to sqlalchemy as well13:28
thomasemHey everyone13:29
Alexei_987jd__: what do you think about it?13:29
*** kwhitney has joined #openstack-ceilometer13:29
Alexei_987jd__: currently I'm trying to pagination implementation13:31
jd__Alexei_987: well you just wrote "I want to make things faster and better", how can I say no?13:31
jd__:-)13:31
thomasem^^13:31
jd__do you have any more details?13:31
Alexei_987jd__: there is a complicated conversion between API requests and database querying. Another problem I see is pagination API. I think I could start working on a small draft intended to simplify both parts13:34
Alexei_987jd__: this will allow to build more clear intermediate level of data handling and allow future refactoring13:35
Alexei_987jd__: and a bit offtopic question: I'm trying to understand full ceilometer request life-cycle and I wonder why do we move agent and collector to separate service?13:37
jd__Alexei_987: go ahead, draft :)13:37
jd__Alexei_987: because they are different services doing different things?13:38
Alexei_987yeah.. but what's the point in having many separate services on system level?13:38
Alexei_987we can separate them all in our code base and on system level have only 1 service called ceilometer13:39
*** litong has joined #openstack-ceilometer13:39
Alexei_987it's quite hard for me to track every possible entry-point with such separation13:39
jd__Alexei_987: you want only one daemon doing the sampling, central agent, compute agent, API?13:40
jd__(etc)13:40
Alexei_987you can call it like this :)13:41
Alexei_987I want to have a common lifecycle and bootstrap for the application13:41
Alexei_987jd__: so I would now exactly when specific objects (db connections, etc.) are created and destroyed13:44
Alexei_987jd__: and how they can be reused between different parts of application13:44
jd__not sure I follow you13:44
Alexei_987jd__: I mean that ceilometer-api uses 1 type of boostrap made for WSGI app, agent-compute uses second one, and agent-notification handles rpc messages using another code path13:46
*** jdob has joined #openstack-ceilometer13:46
openstackgerritlitong01 proposed a change to openstack/ceilometer: test code should be excluded from test coverage summary  https://review.openstack.org/6030913:47
openstackgerritlitong01 proposed a change to openstack/ceilometer: add more test cases to improve the test code coverage #5  https://review.openstack.org/4980213:48
jd__Alexei_987: that's actually what we do, no?13:49
openstackgerritSushil Kumar proposed a change to openstack/python-ceilometerclient: Updates tox.ini to use new features  https://review.openstack.org/6081813:50
Alexei_987jd__: yes but I mean is there any reason to separate application parts into different processes except for the logical separation?13:51
nprivalovaAlexei_987, I thought that we can run several collectors but only one central agent. Maybe I'm wrong13:59
nprivalovajd__, JFYI https://bugs.launchpad.net/ceilometer/+bug/125917113:59
*** zoresvit has joined #openstack-ceilometer14:03
Alexei_987jd__: ok forget about service stuff. let's get back to storage/queries. what would you think about such types of urls in ceilometer API: /v2/meters/volume?id<=10 ?14:09
*** ildikov has quit IRC14:10
Alexei_987I mean change query string format to make it more readable and easier to handle14:10
*** gordc has joined #openstack-ceilometer14:10
openstackgerritJohn Herndon proposed a change to openstack/ceilometer: Event Storage Layer  https://review.openstack.org/5730414:16
*** herndon_ has joined #openstack-ceilometer14:16
openstackgerritlitong01 proposed a change to openstack/ceilometer: test code should be excluded from test coverage summary  https://review.openstack.org/6030914:18
*** zoresvit has quit IRC14:21
*** zoresvit has joined #openstack-ceilometer14:21
*** zoresvit has quit IRC14:21
*** zoresvit has joined #openstack-ceilometer14:21
*** zoresvit has quit IRC14:22
*** zoresvit has joined #openstack-ceilometer14:22
nprivalovajd__, if you have not time for fixing udp we may start working on this because we're creating publisher's tests for tempest. jfyi14:27
jd__nprivalova: go ahead14:31
nprivalovajd__, go ahead fixing :)?14:32
jd__nprivalova: yes :)14:32
nprivalovajd__, ok14:33
nprivalovajd__, two more questions. first about https://review.openstack.org/#/c/59214/ . Looks like your change will not cover the case that was fixed. So as I understand Ilya should create his own unit test. I think he may just add a test without creating dependency on https://review.openstack.org/#/c/59489/, right?14:36
*** sayali has joined #openstack-ceilometer14:37
*** sayali has quit IRC14:47
herndon_litong, regarding your comment on the event storage layer patch, rackspace is adding the event_storage code to the mogo driver. thomasem can you confirm that?14:53
thomasemYeah. We're using it for load testing now to try and figure out a good trait/index document schema14:53
litong@herndon_, that is cool, just need to know that so that this won't be a gap moving forward.14:54
thomasemSince Mongo is one of the data stores we're looking at leveraging to handle our ~1M events/day requirement14:54
litongalso I think if there are some doc updates, that will be really cool.14:54
thomasemlitong, For the DBAPI or Event web API?14:54
litongapi, since this is really an api update.14:55
herndon_event web api will be taken care of by this branch: https://review.openstack.org/#/c/57353/14:55
thomasem^^14:55
herndon_still have some branches to get reviews and merged after event storage14:55
litongI always think that the api change is a big deal though this is an addition.14:55
herndon_I broke it up into smaller chunks so it would be easier to review14:55
thomasemYeah, herndon_ broke.. ^^ yeah14:55
herndon_:p14:56
litong@herndon_, yeah, that will be fine. @thomasem, if you can just add that mongo will be also implementing that, I can change it.14:56
litongI actually pulled down your patch and run the tests, looks ok.14:56
thomasemlitong, Added a review comment about it with two links for you to browse at your leisure.14:58
litong@thomasem, looking14:59
*** jdob has quit IRC15:05
*** sayali has joined #openstack-ceilometer15:12
*** jdob has joined #openstack-ceilometer15:22
*** herndon_ has quit IRC15:25
openstackgerritSushil Kumar proposed a change to openstack/python-ceilometerclient: Updates tox.ini to use new features  https://review.openstack.org/6081815:28
openstackgerritAndrey Kurilin proposed a change to openstack/python-ceilometerclient: Replace inheritance hierarchy with composition  https://review.openstack.org/6085715:44
*** djbkd has joined #openstack-ceilometer15:46
*** SergeyLukjanov has quit IRC15:54
openstackgerritJulien Danjou proposed a change to openstack/ceilometer: Implement the /v2/sample API  https://review.openstack.org/6054016:01
*** herndon has joined #openstack-ceilometer16:03
nprivalovagentle reminder about https://review.openstack.org/#/c/52670/ :)16:08
*** nprivalova has quit IRC16:20
*** sandywalsh has joined #openstack-ceilometer16:23
sandywalshhey y'all, can we get a +2 from a core on https://review.openstack.org/#/c/42713/ please?16:23
*** SergeyLukjanov has joined #openstack-ceilometer16:27
herndonlitong: do you still think -1 for this patch? https://review.openstack.org/#/c/57304/ If not can you remove the -1? It also needs another core to take a look.16:27
litong@herndon, had to go to a meeting, yeah, will do that in a minute.16:29
herndonthanks16:29
openstackgerritDavid Peraza proposed a change to openstack/ceilometer: Add import for publisher_rpc option  https://review.openstack.org/6063416:30
*** zoresvit has quit IRC16:46
*** zoresvit has joined #openstack-ceilometer16:48
*** SergeyLukjanov is now known as _SergeyLukjanov16:54
*** _SergeyLukjanov has quit IRC16:54
*** SergeyLukjanov has joined #openstack-ceilometer17:02
*** zoresvit has quit IRC17:07
*** sayali has quit IRC17:19
openstackgerritAlexei Kornienko proposed a change to openstack/ceilometer: Working on models refactoring  https://review.openstack.org/6088517:24
Alexei_987jd__: ping17:25
Alexei_987jd__: could you please review the patch ^ when you'll have time. I would like to get your opinion on this topic (-1,-2) ? :)17:27
Alexei_987also all core developers are welcome17:27
sandywalshsileht jd__ eglynn_ litong ^ anyone? review?18:12
eglynn_sandywalsh: just leaving the office now, online again later ... what's the gerrit link?18:13
sandywalsheglynn_, thanks .... https://review.openstack.org/#/c/42713/18:14
eglynn_k, on my list ... laters18:14
sandywalshcheers18:15
*** eglynn_ has quit IRC18:21
*** prad has joined #openstack-ceilometer18:44
*** eglynn_ has joined #openstack-ceilometer19:01
openstackgerritA change was merged to openstack/ceilometer: Add import for publisher_rpc option  https://review.openstack.org/6063419:05
*** gibi has joined #openstack-ceilometer19:10
*** Alexei_987 has quit IRC19:17
*** djbkd has quit IRC19:29
*** eglynn_ is now known as eglynn-afk19:42
*** gordc has quit IRC20:19
*** djbkd has joined #openstack-ceilometer20:55
*** ildikov has joined #openstack-ceilometer20:55
*** herndon has quit IRC21:02
*** herndon has joined #openstack-ceilometer21:03
*** openstackgerrit has quit IRC21:37
*** openstackgerrit has joined #openstack-ceilometer21:37
*** sandywalsh has quit IRC21:47
*** litong has quit IRC21:56
*** openstackgerrit has quit IRC21:57
*** openstackgerrit has joined #openstack-ceilometer21:57
*** sandywalsh has joined #openstack-ceilometer21:58
*** jdob has quit IRC22:00
*** SergeyLukjanov has quit IRC22:07
*** djbkd has quit IRC22:26
*** ildikov has quit IRC22:35
*** Alexei_987 has joined #openstack-ceilometer22:35
*** thomasem has quit IRC22:37
*** insanidade has joined #openstack-ceilometer22:38
insanidadeanyone awake ? just following http://docs.openstack.org/havana/install-guide/install/yum/content/cinder-install-cinder.html but looks like there's an issue (there's even a bug at launchpad for this)22:39
insanidadethe last service I  have to restard does not exist.22:40
*** eglynn-afk has quit IRC23:10
*** jburkhart has joined #openstack-ceilometer23:22
*** djbkd has joined #openstack-ceilometer23:36
*** prad has quit IRC23:36

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