Friday, 2015-09-25

*** david-lyle has quit IRC01:01
*** nikhil has joined #openstack-searchlight02:21
*** nikhil_ has joined #openstack-searchlight02:21
*** nikhil_ is now known as Guest376802:21
*** Guest3768 is now known as nikhil_k02:21
*** nikhil has quit IRC02:34
*** nikhil_k is now known as nikhil02:35
*** nikhil has quit IRC03:44
*** nikhil has joined #openstack-searchlight03:44
*** nikhil_ has joined #openstack-searchlight03:51
*** nikhil_ is now known as Guest8743203:52
*** Guest87432 is now known as nikhil_k03:52
*** nikhil is now known as nikhil_k_03:54
*** nikhil_k_ has quit IRC03:55
*** nikhil_k is now known as nikhil03:55
*** nikhil_k has joined #openstack-searchlight04:42
*** nikhil has quit IRC04:43
*** nikhil_k is now known as nikhil05:01
*** lakshmiS has joined #openstack-searchlight05:03
*** lakshmiS has quit IRC05:49
*** lakshmiS has joined #openstack-searchlight05:51
*** nikhil has quit IRC05:55
*** nikhil has joined #openstack-searchlight05:55
*** lakshmiS has quit IRC06:00
*** openstackgerrit has quit IRC06:01
*** openstackgerrit has joined #openstack-searchlight06:02
*** nikhil has quit IRC06:07
*** nikhil has joined #openstack-searchlight06:07
*** nikhil has quit IRC06:18
*** nikhil has joined #openstack-searchlight06:19
*** nikhil has quit IRC07:00
*** nikhil has joined #openstack-searchlight07:11
*** lakshmiS has joined #openstack-searchlight07:15
*** GB21 has joined #openstack-searchlight08:01
*** openstackgerrit has quit IRC08:16
*** openstackgerrit has joined #openstack-searchlight08:17
*** lakshmiS has quit IRC12:02
*** lakshmiS has joined #openstack-searchlight12:16
*** GB21 has quit IRC12:41
openstackgerritEndre Karlson proposed openstack/searchlight: Refactor clients handling to use Sessions.  https://review.openstack.org/21927112:42
openstackgerritEndre Karlson proposed openstack/searchlight: Refactor clients handling to use Sessions.  https://review.openstack.org/21927112:43
*** GB21 has joined #openstack-searchlight13:55
*** david-lyle has joined #openstack-searchlight14:23
*** david-lyle has quit IRC14:35
openstackgerritMerged openstack/searchlight: Functional Tests for Searchlight Tests added     - Initial Load     - API     - Event Listener  https://review.openstack.org/21758014:40
nikhilTravT_: lakshmiS: hey guys, I had to cut RC1 as the patch had -1 and did not look like it was going to get in today before rel-mgrs could cut Glance out14:40
TravT_nikhil: ok. still plan for rc2?14:41
nikhilSo, let's target that for backport if RC2 doesn't happen14:41
sjmc7:(  sad14:41
sjmc7thanks for the update. good luck with the release14:41
lakshmiSyeah hemanth had a small question. will address it but anyway its late i guess for now14:42
TravT_lakshmiS: can you look over this patch?  22652414:42
TravT_https://review.openstack.org/#/c/226524/14:42
TravT_i'm testing it out right now against my horizon plugin.14:43
lakshmiSTravT_: will check right after patching the glance patch14:43
TravT_yeah, that is more important14:43
*** lakshmiS has quit IRC14:46
TravT_ekarlso: in case you didn't notice, the session patch has a pep8 failure.14:48
TravT_https://review.openstack.org/#/c/219271/14:48
*** lakshmiS has joined #openstack-searchlight14:50
*** david-lyle has joined #openstack-searchlight15:02
*** david-lyle has quit IRC15:18
*** david-lyle has joined #openstack-searchlight15:20
*** lakshmiS has quit IRC15:21
*** david-lyle has quit IRC15:34
*** lakshmiS has joined #openstack-searchlight15:35
*** david-lyle has joined #openstack-searchlight15:44
*** david-lyle has quit IRC15:48
sjmc7nikhil, https://review.openstack.org/#/c/219271/ adds keystone session support where we instantiate the various python clients. glanceclient didn't support sessions until 1.0, and i'm not sure it's the case that we can mandate that 1.0 be installed until it's the global-requirements default15:56
sjmc7any thoughts/opinions?15:56
*** lakshmiS has quit IRC15:57
ekarlsoupdated TravT_16:02
*** lakshmiS has joined #openstack-searchlight16:02
nikhilsjmc7: I would recommend going with 1.x.x as that's going to be the stable API16:16
sjmc7ok - but global-reqs has 0.1816:16
sjmc7so it'll be possible/likely delpoyers will be using 0.18 or 0.19, especially if it's capped in another project16:17
sjmc7and we can't enforce 1.0 in requirements16:17
nikhiltht's true16:18
nikhilsjmc7: is there a way for fallback in case someone has 1.0 installed?16:18
sjmc7and i'm guessing we're not going to update global-reqs for liberty16:18
nikhilsjmc7: no16:18
sjmc7yeah, there was, though ekarlso took it out in one of the recent patchsets16:18
nikhilsjmc7: what I am getting at is , if we are to go with a stable branch for searchlight16:19
nikhilthen 1.x is better16:19
sjmc7yeah16:19
sjmc7better not not 'only', i guess16:19
nikhilyes :)16:19
sjmc7the fallback will work for 0.18 and 1.016:24
sjmc7so rather than two codepaths i think we'd have to stick with the fallback16:24
sjmc7ekarlso, you still around, or have we missed you?16:26
nikhilsjmc7: sounds good16:33
lakshmiSsjmc7: with the latest git pull I get an error on GET facets api.   do you see that too?16:43
lakshmiSERROR searchlight.api.v1.search [req-8f6c636...- - -] 'aggregations'16:43
sjmc7no, it's been working fine for me and travis16:46
sjmc7can you narrow down where the problem is?16:47
lakshmiSyeah let me put some log16:47
lakshmiSaround aggregations query16:47
lakshmiSsjmc7: _get_facet_terms() in base.py throws the error. Strangely all that exception says is 'aggregations'16:54
lakshmiSi am running it as admin16:55
sjmc7shouldn't matter who you're running as. it sounds like the error's coming from elasticsearch16:55
sjmc7ah... maybe if the result set is empty16:56
sjmc7that might be it. bug time!16:57
sjmc7  for term, aggregation in six.iteritems(results['aggregations']):16:57
sjmc7try putting a check in16:57
sjmc7or dumping out 'results'16:58
lakshmiSthats it. aggregations key doesnt exist17:00
lakshmiSwill file a bug17:00
lakshmiShttps://bugs.launchpad.net/searchlight/+bug/149980517:06
openstackLaunchpad bug 1499805 in OpenStack Search (Searchlight) "GET /search/facets throws an 500 internal server error" [Undecided,New]17:06
*** GB21 has quit IRC17:08
*** lakshmiS has quit IRC17:27
sjmc7i can put a patch up for that lakshmiS unless you wanted to17:34
sjmc7i think for https://review.openstack.org/#/c/219271/ we need to go back to one of the previous patchsets for the glanceclient; what's there won't work with anything less than 1.0. we need to get this patch in because it fixes the long-running listener problem travis mentioned17:35
ekarlsosjmc7: back18:25
ekarlso:P18:25
ekarlsosjmc7: around ?18:25
ekarlso...18:27
ekarlsosomeone kick sjmc7 in the balls!18:27
sjmc7i am kicked18:32
sjmc7yeah18:32
sjmc7ekarlso - the glanceclient thing, we can't rely on 1.018:33
ekarlsosjmc7: :(18:34
ekarlsosjmc7: so you couldn't have said that before the last PS ? ...18:34
sjmc7i didn't know18:34
ekarlso*grin*18:34
sjmc7i can put up a PS later to revert the glanceclient bit back to #10 or whichever it was, i know it's late for you18:35
ekarlsomeh18:40
ekarlsowas thinking of coding something else but ok :p18:40
ekarlsosjmc7: so waht you want me to do =19:06
sjmc7if you can do it, great, otherwise i'll do it later19:06
sjmc7sorry, putting out a bunch of fires19:06
ekarlsosjmc7: i'll skip then sorry :)19:09
ekarlsodoing gocode with a friend atm19:09
sjmc7sure, ok. i'll try and put a patch up later19:09
sjmc7ok, no worries19:09
sjmc7thanks for all the worko n this19:09
ekarlsoI aint done yet! just not more today ;p19:09
sjmc7:)19:09
ekarlsosjmc7: coding a firmware for the ESP826 chip based off of the Particle team's stuff19:25
ekarlsowww.particle.io19:25
ekarlsofor reference ;)19:25
sjmc7goodness20:14
ekarlsosjmc7: it's awesome Fun!21:07
ekarlsomore fun then openstack for sure :p21:07
*** openstackgerrit has quit IRC21:16
*** openstackgerrit has joined #openstack-searchlight21:17
*** nikhil has quit IRC21:45
*** nikhil has joined #openstack-searchlight21:53
*** openstackgerrit has quit IRC22:01
*** openstackgerrit has joined #openstack-searchlight22:02
*** openstack has joined #openstack-searchlight22:35
openstackgerritMerged openstack/searchlight: Standardize created_at, updated_at  https://review.openstack.org/22652422:44
*** openstack has joined #openstack-searchlight22:50
-cameron.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp22:50
openstackgerritSteve McLellan proposed openstack/searchlight: Refactor clients handling to use Sessions.  https://review.openstack.org/21927122:52
openstackgerritSteve McLellan proposed openstack/searchlight: Fix sorting behavior for common problematic fields  https://review.openstack.org/22637823:06

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