Thursday, 2016-04-21

*** yingjun has joined #openstack-searchlight00:19
*** lakshmiS_ has joined #openstack-searchlight00:37
*** lakshmiS has quit IRC00:39
*** bpokorny_ has joined #openstack-searchlight01:05
*** bpokorny has quit IRC01:10
*** bpokorny_ has quit IRC01:10
*** lakshmiS_ has quit IRC02:21
openstackgerritMerged openstack/searchlight-ui: Remove unused hz-array-field-directive  https://review.openstack.org/30128703:04
*** yingjun_ has joined #openstack-searchlight03:37
*** yingjun has quit IRC03:37
openstackgerritLei Zhang proposed openstack/searchlight: Error deleting index in initial syncing  https://review.openstack.org/30877806:41
openstackgerritOpenStack Proposal Bot proposed openstack/searchlight: Imported Translations from Zanata  https://review.openstack.org/30878506:52
openstackgerritLei Zhang proposed openstack/searchlight-specs: Implementing pipeline architecture for Searchlight  https://review.openstack.org/30882408:05
*** shu-mutou has quit IRC08:31
*** yingjun_ has quit IRC09:33
*** nikhil has quit IRC10:14
*** nikhil has joined #openstack-searchlight10: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 krotscheck12:15
-openstackstatus- NOTICE: OVH provider is enabled again, please wait for the job queue to be processed12:49
*** yingjun has joined #openstack-searchlight14:37
*** lei-zh has joined #openstack-searchlight14:45
*** lakshmiS_ has joined #openstack-searchlight14:53
openstackgerritMatt Borland proposed openstack/searchlight-ui: Populate text search if saved  https://review.openstack.org/30904614:54
TravTCourtesy Searchlight meeting reminder in #openstack-meeting-4: lakshmiS, nikhil_k, rosmaita, TravT, david-lyle, sjmc7, itisha, GB21, briancline, lei-zh, yingjun, RickA-HP15:00
*** sigmavirus24_awa is now known as sigmavirus2415:33
*** jaimguer has joined #openstack-searchlight15:39
jaimguerhello everyone15:40
*** lakshmiS_ has left #openstack-searchlight15:40
*** yingjun has quit IRC15:41
jaimgueri have a quick question, I'm working on bug 156890015:41
openstackbug 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-searchlight15:41
sjmc7hi jaimguer15:42
jaimguerhey sjmc715:42
jaimguermy question is, what are those times at which the hits array can be []15:42
sjmc7the result response always contains {“hits”: {“total”: <n>, “max_score”: <x.y>, “hits”: []}}15:44
sjmc7the inner “hits” will be empty when total is zero or when a search is requested with size=015:44
sjmc7which tells elasticsearch to run the search but not retrieve the actual results, just the count15:44
jaimgueri see15:45
sjmc7so the code should already cope ok with no results15:46
*** yingjun has quit IRC15:46
*** openstackgerrit has quit IRC15:48
*** lei-zh has left #openstack-searchlight15:48
jaimguerok, when i set limit < 0 on line 231 of search.py and ran a curl against it, the inner hits field was populated15:49
*** openstackgerrit has joined #openstack-searchlight15:49
jaimguerbut im guessing it was since I ran with body {"query": {"match_all": {}}}15:49
sjmc7hmm… that doens’t sound right15:57
sjmc7if you run this directly against elasticsearch: curl localhost:9200/_search -d'{"size": 0}'15:57
sjmc7you should get an empty hits array (and it’ll run in a couple of milliseconds)15:58
sjmc7that’s what i’d expect if limit == 015:58
sjmc7there is also a bug open to allow ‘size’ and ‘from’. i don’t know why we renamed them15:59
jaimgueryeah, youre query returned "hits":{"total":53,"max_score":0.0,"hits":[]}15:59
jaimguerdo you know why limit was originally set to < 1?16:00
sjmc7i 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 results16:05
*** lakshmiS has joined #openstack-searchlight16:07
lakshmiSTravT: have you explored the ui for what is needed in parent/child info?16:08
TravTyeah, i hit some roadblocks yesterday in making much progress16:09
TravTat 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
lakshmiSso just including the parent in facet field is enough for trying now?16:12
TravTresource type and parent: true16:12
lakshmiSok i will modify the facts. we will have to revisit the plugin_info later16:13
lakshmiSs/facts/facets16:13
*** bpokorny has joined #openstack-searchlight16:22
openstackgerritMerged openstack/searchlight: Imported Translations from Zanata  https://review.openstack.org/30878516:49
openstackgerritMerged openstack/searchlight: Updated from global requirements  https://review.openstack.org/30777817:00
openstackgerritMerged openstack/searchlight: Error deleting index in initial syncing  https://review.openstack.org/30877817:00
*** ekarlso has quit IRC17:08
openstackgerritMatt Borland proposed openstack/searchlight-ui: Move search bar out of table  https://review.openstack.org/30654017:21
*** ekarlso has joined #openstack-searchlight17:21
openstackgerritSteve McLellan proposed openstack/searchlight: Ensure consistency in mapping field types  https://review.openstack.org/30750417:48
*** sigmavirus24 is now known as sigmavirus24_awa17:55
*** sigmavirus24_awa is now known as sigmavirus2418:09
*** TravT has quit IRC18:22
openstackgerritSteve McLellan proposed openstack/searchlight: Ensure consistency in mapping field types  https://review.openstack.org/30750418:29
lakshmiSdoes anyone know what does snapshot_id field within a volume has? https://github.com/openstack/searchlight/blob/master/searchlight/elasticsearch/plugins/cinder/volumes.py#L10218:45
lakshmiSwill it be a list of snapshots created from that volume?18:46
*** bpokorny_ has joined #openstack-searchlight18:59
*** bpokorny_ has quit IRC19:01
*** bpokorny_ has joined #openstack-searchlight19:02
*** bpokorny has quit IRC19:03
sjmc7lakshmiS: i would guess it’s the snapshot a volume was created from19:22
sjmc7https://github.com/openstack/cinder/blob/master/cinder/api/v1/volumes.py#L34419:23
lakshmiSyeah that might make sense19:37
*** bpokorny_ has quit IRC20:08
*** bpokorny has joined #openstack-searchlight20:09
*** sigmavirus24 is now known as sigmavirus24_awa20:09
*** sigmavirus24_awa is now known as sigmavirus2420:13
*** TravT has joined #openstack-searchlight20:23
*** krotscheck has quit IRC20:48
*** krotscheck has joined #openstack-searchlight20:48
*** lakshmiS has quit IRC21:26
*** nikhil_k has joined #openstack-searchlight21:27
*** nikhil has quit IRC21:40
*** nikhil_k is now known as nikhil21:40
*** TravT has quit IRC21:46
*** TravT has joined #openstack-searchlight21:48
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Move search bar out of table  https://review.openstack.org/30654022:22
*** bpokorny_ has joined #openstack-searchlight22:28
*** bpokorny has quit IRC22:31
*** krotscheck is now known as krotscheck_dcm22:32
*** sigmavirus24 is now known as sigmavirus24_awa22:35
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Move search bar out of table  https://review.openstack.org/30654023:03
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Reformat HTML after Move search bar  https://review.openstack.org/30921223:05
*** TravT has quit IRC23:06
*** bpokorny_ has quit IRC23:18
*** lakshmiS has joined #openstack-searchlight23:29
*** bpokorny has joined #openstack-searchlight23:31
openstackgerritRick Aulino proposed openstack/searchlight: Reenable multiple elasticsearch indices  https://review.openstack.org/30487823:40

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