Monday, 2013-12-16

*** timandra has joined #openstack-ceilometer00:01
*** misheal has joined #openstack-ceilometer00:16
*** misheal has quit IRC00:25
*** suo_ has quit IRC00:34
*** urulama has joined #openstack-ceilometer04:58
*** leegy_ has joined #openstack-ceilometer05:03
*** SergeyLukjanov has joined #openstack-ceilometer05:11
openstackgerritJenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/6015406:04
*** SergeyLukjanov is now known as _SergeyLukjanov06:11
*** _SergeyLukjanov is now known as SergeyLukjanov06:20
openstackgerritYuuichi Fujioka proposed a change to openstack/ceilometer: (WIP)Implements monitoring-network  https://review.openstack.org/6047307:30
*** ildikov_ has joined #openstack-ceilometer07:59
*** SergeyLukjanov has quit IRC08:46
*** eglynn has joined #openstack-ceilometer09:01
*** sayali has joined #openstack-ceilometer09:11
*** sayali_ has joined #openstack-ceilometer09:11
*** sayali_ has quit IRC09:11
openstackgerritAlexei Kornienko proposed a change to openstack/ceilometer: Added profiler notification plugin  https://review.openstack.org/6026209:44
*** SergeyLukjanov has joined #openstack-ceilometer10:24
*** Alexei_987 has quit IRC10:32
*** nprivalova has quit IRC10:40
*** sandywalsh has quit IRC10:47
*** sandywalsh has joined #openstack-ceilometer11:02
*** nprivalova has joined #openstack-ceilometer11:06
*** sayali has quit IRC11:17
*** sayali has joined #openstack-ceilometer11:18
*** Alexei_987 has joined #openstack-ceilometer11:25
*** nprivalova has quit IRC11:37
*** SergeyLukjanov has quit IRC11:51
*** SergeyLukjanov has joined #openstack-ceilometer11:52
*** urulama_ has joined #openstack-ceilometer11:54
*** urulama has quit IRC11:55
*** sayali has quit IRC11:57
*** sayali has joined #openstack-ceilometer11:58
*** eglynn has quit IRC12:02
openstackgerritYuuichi Fujioka proposed a change to openstack/ceilometer: (WIP)Implements monitoring-network  https://review.openstack.org/6047312:12
*** kwhitney has joined #openstack-ceilometer12:12
*** urulama_ has quit IRC12:27
*** thomasem has joined #openstack-ceilometer12:43
*** ityaptin has joined #openstack-ceilometer12:46
*** sayali has quit IRC13:04
*** sandywalsh has quit IRC13:04
*** sandywalsh has joined #openstack-ceilometer13:18
*** eglynn has joined #openstack-ceilometer13:23
silehtjd__, I have continued to dig into mysql issue13:29
silehtjd__, the field 'generated' of the 'event' table of sql is small float that can't handle timestamp :(13:30
*** jdob has joined #openstack-ceilometer13:30
silehtI wonder why the datetime to float are handle manually in the drivers intead of using the PreciseTimestamp column type13:31
*** jdob has quit IRC13:41
*** jdob has joined #openstack-ceilometer13:41
thomasemhey everyone!13:49
thomasemsileht, evolution of the handling13:49
thomasemsileht, it was initially just done via decimals in all SQL data stores, and then when I went to correct some timestamp precision issues for samples we decided to take the custom column type approach (PreciseTimestamp)13:49
thomasemto make up for MySQL's until recent shortcomings and let other data stores do what they would otherwise do.13:50
*** litong has joined #openstack-ceilometer13:50
thomasemSo, we should move over to using PreciseTimestamp13:51
silehtthomasem, yep event should use PreciseTimestamp too13:51
thomasemsileht, mhmm. Event was done before PreciseTimestamp was written. :P13:51
silehtthomasem, ok I understand now  :) thanks13:52
thomasemsileht, Any time!13:52
* sileht will provide a patch now13:53
litong@thomasem, what do you mean by PreciseTimestamp? is it just a format?13:56
thomasemlitong, https://github.com/openstack/ceilometer/blob/master/ceilometer/storage/sqlalchemy/models.py#L71-L9613:57
thomasemlitong, It's a custom column type for SQLAlchemy. You essentially provide some of the details to access/store data in special ways.13:58
litong@thomasem, oh, i c, I thought it is a new python library.13:58
thomasemlitong, Ahhh, yep :)13:58
thomasemNo new library there13:58
*** gordc has joined #openstack-ceilometer13:59
litong@thomasem, how will it affect other db implementations?14:00
thomasemlitong, It won't. That's in sqlalchemy/models.py14:00
litong@thomasem, yeah, that is what I saw but should be the timestamp be unified cross all db implementations?14:01
litongis this a precision (microseconds) thing?14:02
thomasemlitong, MySQL < 5.6 doesn't support subsecond precision.14:04
litong@thomasem, i c, did not know that. cool. thanks.14:04
thomasemlitong, Although not as pertinent for samples, it's very important that we preserve fidelity for events.14:04
thomasemlitong, Sure thing :)14:05
*** jdob has quit IRC14:05
litong@thomasem, agreed on that. for some apps, these microseconds are significant.14:05
thomasemyeppers14:05
*** nprivalova has joined #openstack-ceilometer14:06
*** jdob has joined #openstack-ceilometer14:07
nprivalovahi guys14:07
thomasemhey there14:07
nprivalovadoes anybody know why https://review.openstack.org/#/c/61958/ is failing?14:07
nprivalovawe really need it for tempest14:08
nprivalovajd__,gordc, dhellman, eglynn ^^14:08
*** thomasm_ has joined #openstack-ceilometer14:15
*** thomasm_ has left #openstack-ceilometer14:17
*** eglynn_ has joined #openstack-ceilometer14:17
*** thomasm has joined #openstack-ceilometer14:19
*** thomasm is now known as Guest838514:20
*** 36DABYJCY has joined #openstack-ceilometer14:20
gordcnprivalova: it's related to this bug i believe: https://bugs.launchpad.net/ceilometer/+bug/124325114:21
*** thomasem has quit IRC14:23
*** eglynn has quit IRC14:23
*** asalkeld has quit IRC14:23
*** SergeyLukjanov is now known as _SergeyLukjanov14:24
*** _SergeyLukjanov has quit IRC14:24
*** 36DABYJCY has quit IRC14:25
nprivalovagordc, thanks! may we tell Jenkins to take this bug into account?14:25
*** mamamushi has joined #openstack-ceilometer14:27
*** vrovachev has joined #openstack-ceilometer14:27
*** lumbalumba has joined #openstack-ceilometer14:30
*** asalkeld has joined #openstack-ceilometer14:30
gordcnprivalova: i believe we were told to fix this instead of whitelisting these errors in tempest. i'm not really sure what the status is on this.14:30
nprivalovagordc, oh :(14:31
*** openstackgerrit has quit IRC14:31
*** openstackgerrit has joined #openstack-ceilometer14:31
*** lumbalumba has quit IRC14:34
*** mamamushi has quit IRC14:37
openstackgerritgordon chung proposed a change to stackforge/pycadf: sync requirements and oslo  https://review.openstack.org/6069314:56
*** gordc has quit IRC15:04
*** asalkeld has quit IRC15:14
*** vrovachev has quit IRC15:14
*** asalkeld has joined #openstack-ceilometer15:15
*** SergeyLukjanov has joined #openstack-ceilometer15:17
openstackgerritThomas Herve proposed a change to openstack/python-ceilometerclient: Fix alarm-combination-update operator argument  https://review.openstack.org/6239715:18
*** terriyu has joined #openstack-ceilometer15:19
*** annegentle_ has joined #openstack-ceilometer15:19
openstackgerritDavid Peraza proposed a change to openstack/ceilometer: Add metadata query validation limitation  https://review.openstack.org/6184715:24
*** terriyu has quit IRC15:26
*** Guest8385 is now known as thomasem15:31
*** gordc has joined #openstack-ceilometer15:32
*** litong has quit IRC15:38
*** vrovachev1 has joined #openstack-ceilometer15:44
*** vrovachev1 has left #openstack-ceilometer15:44
*** djbkd has joined #openstack-ceilometer15:45
*** dah has joined #openstack-ceilometer15:49
*** ityaptin_ has joined #openstack-ceilometer15:50
*** dah_ has quit IRC15:55
*** dhellmann_ has joined #openstack-ceilometer15:55
*** ityaptin has quit IRC15:56
*** dhellmann has quit IRC15:57
*** dhellmann_ is now known as dhellmann15:57
*** vrovachev has joined #openstack-ceilometer16:03
*** litong has joined #openstack-ceilometer16:08
*** litong has quit IRC16:14
openstackgerritThomas Herve proposed a change to openstack/python-ceilometerclient: Display message on HTTP 400  https://review.openstack.org/6241216:14
*** chmouel has quit IRC16:18
*** dragondm has quit IRC16:18
*** apmelton1 has quit IRC16:18
*** lakspace has quit IRC16:18
*** SergeyLukjanov has quit IRC16:18
*** chmouel has joined #openstack-ceilometer16:21
*** litong has joined #openstack-ceilometer16:21
*** lakspace has joined #openstack-ceilometer16:21
*** apmelton1 has joined #openstack-ceilometer16:21
*** dragondm has joined #openstack-ceilometer16:21
*** sandywalsh_ has joined #openstack-ceilometer16:26
*** sandywalsh has quit IRC16:27
*** terriyu has joined #openstack-ceilometer16:32
*** terriyu has quit IRC16:32
*** thomasem has quit IRC16:37
*** sandywalsh_ has quit IRC16:38
*** sandywalsh_ has joined #openstack-ceilometer16:39
*** litong has quit IRC16:49
*** thomasem has joined #openstack-ceilometer16:58
*** tongli has joined #openstack-ceilometer17:11
*** sayali has joined #openstack-ceilometer17:16
*** margol has joined #openstack-ceilometer17:22
*** margol has quit IRC17:26
*** vrovachev has left #openstack-ceilometer17:34
*** Alexei_987 has quit IRC17:42
*** Alexei_987 has joined #openstack-ceilometer17:43
*** sayali has quit IRC17:51
*** ityaptin_ has quit IRC17:53
*** ityaptin_ has joined #openstack-ceilometer17:53
*** SergeyLukjanov has joined #openstack-ceilometer17:54
*** sayali has joined #openstack-ceilometer17:59
*** eglynn_ has quit IRC18:04
*** SergeyLukjanov has quit IRC18:10
*** absubram_ has joined #openstack-ceilometer18:11
*** SergeyLukjanov has joined #openstack-ceilometer18:12
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Convert event timestamp to PrecisionTimestamp  https://review.openstack.org/6243518:13
*** jdob has quit IRC18:25
*** gerahel has joined #openstack-ceilometer18:26
*** jdob has joined #openstack-ceilometer18:26
*** insanidade has joined #openstack-ceilometer18:29
*** gerahel has quit IRC18:30
*** eglynn_ has joined #openstack-ceilometer18:37
*** mldmail has joined #openstack-ceilometer18:47
*** mldmail has quit IRC18:49
*** sayali has quit IRC18:50
*** sayali has joined #openstack-ceilometer18:53
*** sayali_ has joined #openstack-ceilometer18:53
*** sayali_ has quit IRC18:53
*** carfighter has joined #openstack-ceilometer18:53
*** carfighter has quit IRC18:59
*** Alexei_987 has quit IRC19:01
*** insanidade has quit IRC19:03
*** insanidade has joined #openstack-ceilometer19:04
openstackgerritCyril Roelandt proposed a change to openstack/ceilometer: Add a wadl target to the documentation  https://review.openstack.org/5757419:39
*** Alexei_987 has joined #openstack-ceilometer20:06
openstackgerritA change was merged to stackforge/pycadf: sync requirements and oslo  https://review.openstack.org/6069320:09
*** eglynn_ has quit IRC20:15
*** eglynn_ has joined #openstack-ceilometer20:29
openstackgerritJulien Danjou proposed a change to openstack/ceilometer: Run unit tests against MySQL (optionaly)  https://review.openstack.org/5948920:32
*** sandywalsh_ has quit IRC20:40
*** sandywalsh_ has joined #openstack-ceilometer20:54
*** openstackgerrit has quit IRC21:08
*** openstackgerrit has joined #openstack-ceilometer21:08
*** SergeyLukjanov has quit IRC21:35
*** SergeyLukjanov has joined #openstack-ceilometer21:38
*** jdob has quit IRC21:38
*** Alexei_987 has quit IRC21:39
*** jdob has joined #openstack-ceilometer21:39
*** Alexei_987 has joined #openstack-ceilometer21:40
*** SergeyLukjanov_ has joined #openstack-ceilometer21:42
*** Alexei_987 has quit IRC21:42
*** SergeyLukjanov is now known as SergeyLukjanov_a21:42
*** SergeyLukjanov_a has quit IRC21:43
*** Alexei_987 has joined #openstack-ceilometer21:44
*** SergeyLukjanov_ has quit IRC21:57
*** SergeyLukjanov has joined #openstack-ceilometer21:57
*** sandywalsh_ has quit IRC22:02
*** SergeyLukjanov has quit IRC22:04
*** jdob has quit IRC22:06
*** eglynn_ has quit IRC22:15
*** sandywalsh_ has joined #openstack-ceilometer22:18
*** eglynn_ has joined #openstack-ceilometer22:26
openstackgerritMehdi Abaakouk proposed a change to openstack/ceilometer: Convert event timestamp to PrecisionTimestamp  https://review.openstack.org/6243522:27
*** thomasem has quit IRC22:36
*** gordc has quit IRC22:52
*** tongli has quit IRC23:32

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