*** yingjun has joined #openstack-searchlight | 00:19 | |
*** lakshmiS_ has joined #openstack-searchlight | 00:37 | |
*** lakshmiS has quit IRC | 00:39 | |
*** bpokorny_ has joined #openstack-searchlight | 01:05 | |
*** bpokorny has quit IRC | 01:10 | |
*** bpokorny_ has quit IRC | 01:10 | |
*** lakshmiS_ has quit IRC | 02:21 | |
openstackgerrit | Merged openstack/searchlight-ui: Remove unused hz-array-field-directive https://review.openstack.org/301287 | 03:04 |
---|---|---|
*** yingjun_ has joined #openstack-searchlight | 03:37 | |
*** yingjun has quit IRC | 03:37 | |
openstackgerrit | Lei Zhang proposed openstack/searchlight: Error deleting index in initial syncing https://review.openstack.org/308778 | 06:41 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/searchlight: Imported Translations from Zanata https://review.openstack.org/308785 | 06:52 |
openstackgerrit | Lei Zhang proposed openstack/searchlight-specs: Implementing pipeline architecture for Searchlight https://review.openstack.org/308824 | 08:05 |
*** shu-mutou has quit IRC | 08:31 | |
*** yingjun_ has quit IRC | 09:33 | |
*** nikhil has quit IRC | 10:14 | |
*** nikhil has joined #openstack-searchlight | 10:14 | |
-openstackstatus- NOTICE: OVH servers are down, we are working to solve it. This will cause that jobs queue is processed slowly, please have patience. | 10:37 | |
*** krotscheck_dcm is now known as krotscheck | 12:15 | |
-openstackstatus- NOTICE: OVH provider is enabled again, please wait for the job queue to be processed | 12:49 | |
*** yingjun has joined #openstack-searchlight | 14:37 | |
*** lei-zh has joined #openstack-searchlight | 14:45 | |
*** lakshmiS_ has joined #openstack-searchlight | 14:53 | |
openstackgerrit | Matt Borland proposed openstack/searchlight-ui: Populate text search if saved https://review.openstack.org/309046 | 14:54 |
TravT | Courtesy Searchlight meeting reminder in #openstack-meeting-4: lakshmiS, nikhil_k, rosmaita, TravT, david-lyle, sjmc7, itisha, GB21, briancline, lei-zh, yingjun, RickA-HP | 15:00 |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:33 | |
*** jaimguer has joined #openstack-searchlight | 15:39 | |
jaimguer | hello everyone | 15:40 |
*** lakshmiS_ has left #openstack-searchlight | 15:40 | |
*** yingjun has quit IRC | 15:41 | |
jaimguer | i have a quick question, I'm working on bug 1568900 | 15:41 |
openstack | bug 1568900 in OpenStack Search (Searchlight) "Allow limit=0 in searches" [Low,New] https://launchpad.net/bugs/1568900 - Assigned to Jaime Guerrero (jg3755) | 15:41 |
*** yingjun has joined #openstack-searchlight | 15:41 | |
sjmc7 | hi jaimguer | 15:42 |
jaimguer | hey sjmc7 | 15:42 |
jaimguer | my question is, what are those times at which the hits array can be [] | 15:42 |
sjmc7 | the result response always contains {“hits”: {“total”: <n>, “max_score”: <x.y>, “hits”: []}} | 15:44 |
sjmc7 | the inner “hits” will be empty when total is zero or when a search is requested with size=0 | 15:44 |
sjmc7 | which tells elasticsearch to run the search but not retrieve the actual results, just the count | 15:44 |
jaimguer | i see | 15:45 |
sjmc7 | so the code should already cope ok with no results | 15:46 |
*** yingjun has quit IRC | 15:46 | |
*** openstackgerrit has quit IRC | 15:48 | |
*** lei-zh has left #openstack-searchlight | 15:48 | |
jaimguer | ok, when i set limit < 0 on line 231 of search.py and ran a curl against it, the inner hits field was populated | 15:49 |
*** openstackgerrit has joined #openstack-searchlight | 15:49 | |
jaimguer | but im guessing it was since I ran with body {"query": {"match_all": {}}} | 15:49 |
sjmc7 | hmm… that doens’t sound right | 15:57 |
sjmc7 | if you run this directly against elasticsearch: curl localhost:9200/_search -d'{"size": 0}' | 15:57 |
sjmc7 | you should get an empty hits array (and it’ll run in a couple of milliseconds) | 15:58 |
sjmc7 | that’s what i’d expect if limit == 0 | 15:58 |
sjmc7 | there is also a bug open to allow ‘size’ and ‘from’. i don’t know why we renamed them | 15:59 |
jaimguer | yeah, youre query returned "hits":{"total":53,"max_score":0.0,"hits":[]} | 15:59 |
jaimguer | do you know why limit was originally set to < 1? | 16:00 |
sjmc7 | i guess because it seems logical. it was a REALLY long time ago; it probably didn’t occur that it was sensible to run a search asking for no results | 16:05 |
*** lakshmiS has joined #openstack-searchlight | 16:07 | |
lakshmiS | TravT: have you explored the ui for what is needed in parent/child info? | 16:08 |
TravT | yeah, i hit some roadblocks yesterday in making much progress | 16:09 |
TravT | at this point, could probably either just put in facets and we see if that works or could defer for a week or so on doing this work. | 16:10 |
lakshmiS | so just including the parent in facet field is enough for trying now? | 16:12 |
TravT | resource type and parent: true | 16:12 |
lakshmiS | ok i will modify the facts. we will have to revisit the plugin_info later | 16:13 |
lakshmiS | s/facts/facets | 16:13 |
*** bpokorny has joined #openstack-searchlight | 16:22 | |
openstackgerrit | Merged openstack/searchlight: Imported Translations from Zanata https://review.openstack.org/308785 | 16:49 |
openstackgerrit | Merged openstack/searchlight: Updated from global requirements https://review.openstack.org/307778 | 17:00 |
openstackgerrit | Merged openstack/searchlight: Error deleting index in initial syncing https://review.openstack.org/308778 | 17:00 |
*** ekarlso has quit IRC | 17:08 | |
openstackgerrit | Matt Borland proposed openstack/searchlight-ui: Move search bar out of table https://review.openstack.org/306540 | 17:21 |
*** ekarlso has joined #openstack-searchlight | 17:21 | |
openstackgerrit | Steve McLellan proposed openstack/searchlight: Ensure consistency in mapping field types https://review.openstack.org/307504 | 17:48 |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:55 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:09 | |
*** TravT has quit IRC | 18:22 | |
openstackgerrit | Steve McLellan proposed openstack/searchlight: Ensure consistency in mapping field types https://review.openstack.org/307504 | 18:29 |
lakshmiS | does anyone know what does snapshot_id field within a volume has? https://github.com/openstack/searchlight/blob/master/searchlight/elasticsearch/plugins/cinder/volumes.py#L102 | 18:45 |
lakshmiS | will it be a list of snapshots created from that volume? | 18:46 |
*** bpokorny_ has joined #openstack-searchlight | 18:59 | |
*** bpokorny_ has quit IRC | 19:01 | |
*** bpokorny_ has joined #openstack-searchlight | 19:02 | |
*** bpokorny has quit IRC | 19:03 | |
sjmc7 | lakshmiS: i would guess it’s the snapshot a volume was created from | 19:22 |
sjmc7 | https://github.com/openstack/cinder/blob/master/cinder/api/v1/volumes.py#L344 | 19:23 |
lakshmiS | yeah that might make sense | 19:37 |
*** bpokorny_ has quit IRC | 20:08 | |
*** bpokorny has joined #openstack-searchlight | 20:09 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 20:09 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:13 | |
*** TravT has joined #openstack-searchlight | 20:23 | |
*** krotscheck has quit IRC | 20:48 | |
*** krotscheck has joined #openstack-searchlight | 20:48 | |
*** lakshmiS has quit IRC | 21:26 | |
*** nikhil_k has joined #openstack-searchlight | 21:27 | |
*** nikhil has quit IRC | 21:40 | |
*** nikhil_k is now known as nikhil | 21:40 | |
*** TravT has quit IRC | 21:46 | |
*** TravT has joined #openstack-searchlight | 21:48 | |
openstackgerrit | Travis Tripp proposed openstack/searchlight-ui: Move search bar out of table https://review.openstack.org/306540 | 22:22 |
*** bpokorny_ has joined #openstack-searchlight | 22:28 | |
*** bpokorny has quit IRC | 22:31 | |
*** krotscheck is now known as krotscheck_dcm | 22:32 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:35 | |
openstackgerrit | Travis Tripp proposed openstack/searchlight-ui: Move search bar out of table https://review.openstack.org/306540 | 23:03 |
openstackgerrit | Travis Tripp proposed openstack/searchlight-ui: Reformat HTML after Move search bar https://review.openstack.org/309212 | 23:05 |
*** TravT has quit IRC | 23:06 | |
*** bpokorny_ has quit IRC | 23:18 | |
*** lakshmiS has joined #openstack-searchlight | 23:29 | |
*** bpokorny has joined #openstack-searchlight | 23:31 | |
openstackgerrit | Rick Aulino proposed openstack/searchlight: Reenable multiple elasticsearch indices https://review.openstack.org/304878 | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!