*** phuoc has joined #heat | 01:25 | |
*** hongbin has joined #heat | 01:39 | |
*** phuoc_ has joined #heat | 01:41 | |
*** phuoc has quit IRC | 01:44 | |
*** phuoc has joined #heat | 01:45 | |
*** phuoc_ has quit IRC | 01:48 | |
*** phuoc_ has joined #heat | 01:49 | |
*** phuoc has quit IRC | 01:49 | |
*** kiennt26 has joined #heat | 02:19 | |
*** ricolin has joined #heat | 03:08 | |
*** phuoc_ has quit IRC | 03:08 | |
*** gkadam has joined #heat | 03:36 | |
*** phuoc_ has joined #heat | 03:37 | |
*** hongbin has quit IRC | 03:43 | |
*** kiennt26 has quit IRC | 04:08 | |
*** ramishra has joined #heat | 04:14 | |
*** ramishra has quit IRC | 05:02 | |
*** ramishra has joined #heat | 05:18 | |
*** bnemec has quit IRC | 05:30 | |
*** bnemec has joined #heat | 05:31 | |
*** skramaja has joined #heat | 05:39 | |
*** rcernin has quit IRC | 07:02 | |
*** sapd1 has joined #heat | 07:20 | |
*** sapd1 has quit IRC | 07:32 | |
*** shardy has joined #heat | 08:04 | |
*** phuoc_ has quit IRC | 08:08 | |
*** skramaja has quit IRC | 08:19 | |
*** serlex has joined #heat | 08:38 | |
*** pbourke has quit IRC | 08:47 | |
*** pbourke has joined #heat | 08:49 | |
*** serlex has quit IRC | 08:54 | |
*** serlex has joined #heat | 08:57 | |
*** serlex has left #heat | 08:57 | |
*** serlex has quit IRC | 08:57 | |
*** skramaja has joined #heat | 08:58 | |
*** rcernin has joined #heat | 08:59 | |
*** hoonetorg has quit IRC | 09:20 | |
*** skramaja has quit IRC | 09:36 | |
*** serlex has joined #heat | 09:45 | |
*** rcernin has quit IRC | 09:47 | |
*** serlex has quit IRC | 10:06 | |
*** nicolasbock has joined #heat | 10:20 | |
*** skramaja has joined #heat | 10:36 | |
*** skramaja has quit IRC | 10:53 | |
*** ricolin has quit IRC | 11:24 | |
*** slagle has joined #heat | 11:30 | |
*** szaher has joined #heat | 11:47 | |
*** skramaja has joined #heat | 12:08 | |
*** r-mibu has joined #heat | 13:02 | |
*** gkadam has quit IRC | 13:05 | |
*** jcoufal has joined #heat | 13:14 | |
*** skramaja has quit IRC | 13:26 | |
*** hongbin has joined #heat | 14:00 | |
*** ricolin has joined #heat | 14:17 | |
*** pbourke has quit IRC | 14:55 | |
*** nicolasbock has quit IRC | 14:56 | |
*** nicolasbock has joined #heat | 14:59 | |
*** hongbin has quit IRC | 15:00 | |
*** pbourke has joined #heat | 15:01 | |
*** gkadam has joined #heat | 15:10 | |
zaneb | why did we ever think it was a good idea to use pickle to store the resource properties in events | 15:12 |
---|---|---|
ricolin | you mean these?:) http://codesearch.openstack.org/?q=import%20pickle&i=nope&files=&repos= | 15:22 |
*** jistr is now known as jistr|call | 15:42 | |
*** jistr|call is now known as jistr | 15:43 | |
*** gkadam has quit IRC | 16:21 | |
*** ramishra has quit IRC | 16:44 | |
zaneb | ricolin: I meant this: https://git.openstack.org/cgit/openstack/heat/tree/heat/db/sqlalchemy/models.py#n221 | 16:50 |
ricolin | zaneb, well, pickle do needs more time to dump and load, and it's not that popular as json now | 16:58 |
zaneb | it's also unreadable and completely pointless when all the data is strings, lists and dicts | 16:59 |
ricolin | zaneb, actually sqlalchemy use cPickle, which is faster than json, but I guess unreadable it the point you're making:) | 17:07 |
zaneb | yeah, I was trying to extract some from a (Newton) DB dump and Python was failing to unpickle it | 17:08 |
zaneb | luckily in later releases we switched to the separate resource_properties_data table where it's stored in JSON | 17:09 |
zaneb | but I can't wrap my head around why anybody ever thought it was a good idea | 17:09 |
ricolin | don't know:) | 17:10 |
ricolin | zaneb, do you use cPickle to load from DB value? | 17:11 |
zaneb | tried that | 17:11 |
zaneb | it doesn't matter. I figured out what I needed | 17:11 |
ricolin | zaneb, okay | 17:12 |
*** r-mibu has quit IRC | 17:12 | |
zaneb | it turned out I only cared about the last update, which is duplicated (as JSON) in the resource table anyway | 17:12 |
ricolin | zaneb, btw, I just get back from Vietnam OpenInfra day and appears once of their biggest telecom use Heat to do autoscale and other management | 17:20 |
ricolin | a lot | 17:20 |
zaneb | cool! | 17:21 |
zaneb | ricolin: I see you are the new mordred now | 17:22 |
* zaneb is not sure the world is ready for this. | 17:22 | |
ricolin | zaneb, you mean the Mordred from King Arthur!? | 17:23 |
zaneb | no as in Monty's IRC nick | 17:24 |
ricolin | zaneb, hahaha | 17:24 |
ricolin | zaneb, okay not notice that lol | 17:24 |
zaneb | which presumably is a reference to King Arthur | 17:25 |
ricolin | zaneb, it took me few seconds to thinking `Okay...if I'm Mordred than who is Arthur?!` | 17:27 |
ricolin | I do find one common between me and mordred that we all like scuba diving!!(yeahy) | 17:31 |
*** ricolin has quit IRC | 17:50 | |
*** shardy has quit IRC | 18:06 | |
*** hoonetorg has joined #heat | 19:23 | |
*** hoonetorg has quit IRC | 19:24 | |
*** jcoufal_ has joined #heat | 19:59 | |
*** jcoufal has quit IRC | 20:01 | |
*** bnemec has quit IRC | 21:12 | |
*** bnemec has joined #heat | 21:13 | |
*** jcoufal_ has quit IRC | 21:18 | |
*** hoonetorg has joined #heat | 21:37 | |
openstackgerrit | Doug Hellmann proposed openstack-dev/heat-cfnclient master: import zuul job settings from project-config https://review.openstack.org/597246 | 21:37 |
openstackgerrit | Doug Hellmann proposed openstack-dev/heat-cfnclient master: add python 3.6 unit test job https://review.openstack.org/597247 | 21:37 |
openstackgerrit | Doug Hellmann proposed openstack-dev/heat-cfnclient master: add python 3.6 unit test job https://review.openstack.org/597248 | 21:37 |
*** jtomasek has quit IRC | 21:38 | |
openstackgerrit | Doug Hellmann proposed openstack/heat master: import zuul job settings from project-config https://review.openstack.org/597249 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat master: switch documentation job to new PTI https://review.openstack.org/597250 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat master: add python 3.6 unit test job https://review.openstack.org/597251 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-agents master: import zuul job settings from project-config https://review.openstack.org/597252 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-agents master: switch documentation job to new PTI https://review.openstack.org/597253 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-agents master: add python 3.6 unit test job https://review.openstack.org/597254 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-cfntools master: import zuul job settings from project-config https://review.openstack.org/597255 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-cfntools master: switch documentation job to new PTI https://review.openstack.org/597256 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-cfntools master: add python 3.6 unit test job https://review.openstack.org/597257 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-dashboard master: import zuul job settings from project-config https://review.openstack.org/597258 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-dashboard master: switch documentation job to new PTI https://review.openstack.org/597259 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-specs master: import zuul job settings from project-config https://review.openstack.org/597260 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/heat-tempest-plugin master: import zuul job settings from project-config https://review.openstack.org/597261 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/python-heatclient master: import zuul job settings from project-config https://review.openstack.org/597265 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/python-heatclient master: switch documentation job to new PTI https://review.openstack.org/597266 | 21:38 |
openstackgerrit | Doug Hellmann proposed openstack/python-heatclient master: add python 3.6 unit test job https://review.openstack.org/597267 | 21:38 |
*** rcernin has joined #heat | 21:46 | |
*** mchlumsky has quit IRC | 21:58 | |
*** sshnaidm is now known as sshnaidm|afk | 22:39 | |
*** jcoufal has joined #heat | 23:13 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!