-
Notifications
You must be signed in to change notification settings - Fork 60
Description
We're testing out S:ES 1.20 plus all-latest prereqs and encountered an odd problem.
Everything seems to work fine, but if there is an error then the error message text is just 64
!
For example:
[Request] ** [http://mls-es-stag-ddc.tigerlead.local:9200]-[0] 64, called from sub Search::Elasticsearch::Transport::try {...} at /home/tigerstage/trunk_1506041752/cpan/cpan-5.020/lib/perl5/Try/Tiny.pm line 81. With vars: {'request' => {'method' => 'GET','body' => {'from' => 0,'query' => {'constant_score' => {'filter' => {'and' => [{'terms' => {'mls_area_id' => [902146,901799,902027,902132,902933,902554,902896,901817,901810,901938,901989,901770,902583,902337,902170,901646,902442,902657,902946,903058,902401,903118,901748,902807,901884,901974,903013,902254,902710,903433,903133,901869,901873,902026,902065,903178,901864,901836,901725,901701,902987,901853,902463,902789,902645,902371,901728,901717,903031,903092,902815,902688,902427,901905,901716,902998,903057,902428,901706,902557,901762,903104,902929,902444,902191,903132,902953,902496,902925,901901,903056,902509,902636,902297,902842,901855,901894,903087,901882,902693,901765,902764,901775,902686,901719,902576,902718,903151,902500,902423,903086,902335,902273,901790,902462,902631,902911,902875,901802,903091,902242,903060,901995,902156,901903,901898,903082,902735,902894,901711,902323,901968,902961,902881,902142,902885,902999,902973,902861,902201,902075,902724,902927,903070,903068,902648,902397,902014,902339,903033,902721,903045,902291,905765,902660,902699,903119,901944,902029,902586,902499,902381,902990,902906,903185,901757,901872,902924,901768,902114,903146,902985,903089,902192,902979,902566,901689,902915,903081,902251,901832,901924,901861,902023,902059,902840,902623,902757,903153,901913,902743,902492,902746,902022,902908,902547,902497,902874,902282,901842,902344,903080,902517,902917,902817,902087,901926,902199,902848,902078,902951,901824,903035,902687,902349,902864,902316,902202,902507,902188,901657,903051,902571],'execution' => 'bool'}},{'geo_polygon' => {'address_location' => {'points' => [['-117.3994','33.98902'],['-117.59167','34.06642'],['-117.76195','33.97991'],['-117.91576','34.00724'],['-117.97069','33.97536'],['-118.01464','33.87052'],['-117.79491','33.83859'],['-117.89379','33.72901'],['-117.82238','33.72901'],['-117.77294','33.64674'],['-117.50927','33.56439'],['-117.51476','33.48654'],['-117.3994','33.43613'],['-117.31701','33.48196'],['-117.33349','33.62845'],['-117.21813','33.56439'],['-117.13024','33.66503'],['-117.14672','33.76555'],['-117.22362','33.81577'],['-117.26208','33.94347'],['-117.02587','33.88876'],['-116.56994','33.89788'],['-116.25133','33.71988'],['-116.16344','33.73358'],['-116.31725','33.77469'],['-116.58642','33.92979'],['-117.3994','33.98902']]}}},{'term' => {'mls_board_id' => 1312}},{'terms' => {'mls_boards_mls_type_id' => [5022,5182,5186]}},{'range' => {'images_count' => {'gte' => 1}}}]}}},'sort' => ['_score',{'price' => 'desc'},{'created_at' => 'desc'}],'fields' => ['_parent','_routing','_source'],'explain' => '','size' => 18},'qs' => {'version' => 1},'serialize' => 'std','path' => '/mls_fts_board_1312/mls_listing/_search','ignore' => [],'mime_type' => 'application/json'},'status_code' => 0}
For this application we're still using ES 0.90 (yes, I know!) so that might be a factor.