*** openstack has joined #openstack-storlets | 00:26 | |
*** eranrom has quit IRC | 05:49 | |
*** eranrom has joined #openstack-storlets | 08:39 | |
*** takashi has quit IRC | 09:07 | |
*** openstackgerrit has quit IRC | 09:53 | |
*** openstackgerrit_ is now known as openstackgerrit | 09:53 | |
*** openstackgerrit has quit IRC | 09:53 | |
*** openstackgerrit_ has joined #openstack-storlets | 09:54 | |
*** openstackgerrit_ is now known as openstackgerrit | 09:54 | |
*** openstackgerrit_ has joined #openstack-storlets | 09:55 | |
*** openstackgerrit has quit IRC | 09:55 | |
*** openstackgerrit has joined #openstack-storlets | 09:56 | |
*** openstackgerrit has quit IRC | 11:18 | |
*** openstackgerrit has joined #openstack-storlets | 11:19 | |
*** takashi has joined #openstack-storlets | 12:45 | |
eranrom | Hi | 13:00 |
---|---|---|
kota_ | hello | 13:00 |
kota_ | eranrom: how's going? | 13:00 |
eranrom | good thanks! | 13:00 |
takashi | hello | 13:00 |
eranrom | Hi takashi | 13:00 |
eranrom | I did not update the agenda as I did not have anything special. | 13:00 |
eranrom | Actually I have 2: | 13:01 |
eranrom | 1. If you can share with me the performance slides you have shown me in Bristol | 13:01 |
eranrom | 2. Is there any patch I should be looking at (currently all have -1 or X) | 13:01 |
takashi | for 1, I'm writing a report about it (because our project for this fy will finish soon), | 13:02 |
takashi | and that report includes some information about performance, like that slides | 13:03 |
takashi | I think we can share some of that information, right? kota_ | 13:04 |
kota_ | maybe | 13:04 |
kota_ | it might need a new approval though | 13:04 |
takashi | kota_: yes | 13:05 |
eranrom | I hope its not a big hassle to get the approval, otherwise, its alright | 13:06 |
kota_ | eranrom: I'm willing to share it so no worries to try to do that. | 13:07 |
eranrom | thanks! | 13:07 |
kota_ | just my company rule. | 13:07 |
takashi | eranrom: for 2, we have nothing now. I don't have so big progresses about patches(because writing the report). | 13:07 |
takashi | eranrom: Thank you for your may reviews. Now almost all existing patches are landed :-) | 13:07 |
eranrom | takashi: no worries, I just wanted to be responsive to the pathches. | 13:08 |
eranrom | takashi,: Thank you for those patches. | 13:08 |
kota_ | great working you all. | 13:08 |
eranrom | I am working on refactoring the installation, but making very slow progress :-( | 13:08 |
kota_ | I have been tied up to any others :/ | 13:08 |
takashi | eranrom: I' going to fix patch 282211 , and do some refactoring work after that | 13:09 |
patchbot | takashi: https://review.openstack.org/#/c/282211/ - storlets - Use contextmanager to manager file descriptors | 13:09 |
kota_ | eranrom: cool | 13:09 |
kota_ | easy installation is always welcome :) | 13:09 |
eranrom | takashi,: sure. | 13:09 |
eranrom | kota_,: yes. I guess next will be the documentation | 13:09 |
eranrom | and I have an idea for being able to run db queries using a storlet. | 13:10 |
eranrom | I thnk it can be done if we give random access on the object node | 13:10 |
eranrom | anyway just playing with the idea | 13:10 |
takashi | eranrom: interesting! | 13:10 |
eranrom | I guess the use case is being able to archive db files and still have them queriable | 13:11 |
kota_ | nice | 13:12 |
eranrom | well, not sure if its possible yet, but will be looking at it. | 13:12 |
eranrom | anything else for today? | 13:12 |
takashi | two other small(?) things | 13:12 |
takashi | first, I roprted a bug 155411 | 13:13 |
openstack | bug 155411 in javax-servletapi2.3 (Ubuntu) "Please sync javax-servletapi2.3 4.0-9 (main) from Debian unstable (main)" [Wishlist,Fix released] https://launchpad.net/bugs/155411 | 13:13 |
takashi | Oh, sorry | 13:13 |
takashi | bug 1555411 | 13:13 |
openstack | bug 1555411 in storlets "storlet_middleware should validate metadata in POST/COPY" [Undecided,In progress] https://launchpad.net/bugs/1555411 - Assigned to Takashi Kajinami (kajinamit) | 13:13 |
takashi | we validate required metadata about storlet jar file in PUT, but I noticed we don't do that in other updating request like POST/COPY | 13:14 |
eranrom | right | 13:14 |
eranrom | good catcgh | 13:14 |
eranrom | catch | 13:14 |
takashi | I fixed about POST with the patch 290952, but need some more work about COPY still. | 13:14 |
patchbot | takashi: https://review.openstack.org/#/c/290952/ - storlets - Validate metadata when POST storlet/dependency (MERGED) | 13:14 |
takashi | I also think I should think more about refresh-metadata stuff. | 13:15 |
eranrom | yes, I remeber the TODO you have added | 13:15 |
eranrom | you mean COPY with fresh-metadata? | 13:15 |
takashi | eranrom: yes. we should consider about COPY with fresh-metadata and without fresh-metadata | 13:16 |
takashi | In the former case, we should check if the request includes all required metadata keys, but in the latter case, we should only check if we have the appropriate value. | 13:17 |
eranrom | takashi,: You mean copy of the storlet with fresh metadata, not COPY w/ X-run-storlet and fresh metadata got you | 13:17 |
eranrom | right | 13:17 |
takashi | I'm going to work about that, but I just want to share the problem. | 13:18 |
eranrom | So when doing a storlet / dependency copy we need to validate that the source has the necessary metadata items? | 13:18 |
takashi | eranrom: yes | 13:18 |
eranrom | takashi,: and this is of interest only if the target container is the storlet / dependency container - right? | 13:19 |
takashi | eranrom: yes | 13:19 |
eranrom | gotcha :-) | 13:19 |
takashi | eranrom: I think the easiest fix is prohibiting COPY object outside storlet containers into storlet containers | 13:19 |
takashi | I'm going to commit a patch about this after thinking a little more | 13:20 |
eranrom | Agree! and so you do not need to worry abourt the source as PUT/POST already take care of that | 13:20 |
takashi | eranrom: yes | 13:20 |
eranrom | takashi,: cool thanks | 13:20 |
takashi | and for the last topic, do you have any update about the plan in Austin? | 13:21 |
eranrom | takashi,: Well the talk was not accepted, and the summit falls on a big Holiday in Israel (no school, etc). So I would have putten the burdon on the family if we had a talk (which is a chance to attract poeple to a mini design summit) | 13:22 |
eranrom | but as it is, I do not think I will make the trip | 13:23 |
eranrom | What were your thoughts? | 13:23 |
takashi | eranrom: I see your situation, and have no objection about that. | 13:24 |
eranrom | sorry. Did you / Are you planning on coming? | 13:25 |
takashi | eranrom: I'm going, (but maybe mainly for other projects, now) | 13:26 |
eranrom | takashi,: sure | 13:26 |
kota_ | just a few days I'll attend. | 13:26 |
eranrom | kota_,: I remember you are expecting a child. congrats!!! | 13:27 |
takashi | I just asked the topic, because I'd like to know I can meet you there or not. There are no problems about that. :-) | 13:27 |
kota_ | eranrom: thanks :-) | 13:27 |
eranrom | takashi,: sure. | 13:27 |
takashi | that's all from me today. | 13:27 |
eranrom | ok. So thanks again for all the patches. and will be in touch! | 13:28 |
kota_ | nothing from my side | 13:28 |
eranrom | thanks for joining! | 13:28 |
takashi | eranrom: Thank you, too | 13:28 |
kota_ | \o/ | 13:29 |
*** takashi has quit IRC | 13:56 | |
*** [1]eranrom has joined #openstack-storlets | 13:58 | |
*** eranrom has quit IRC | 14:01 | |
*** [1]eranrom is now known as eranrom | 14:01 | |
*** eranrom has quit IRC | 17:41 | |
*** eranrom has joined #openstack-storlets | 18:19 | |
*** mattoliverau has quit IRC | 20:59 | |
*** matt6434 has joined #openstack-storlets | 20:59 | |
*** matt6434 is now known as mattoliverau | 21:00 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!