Page MenuHomePhabricator

Unhandled Exception "HTTPFutureCURLResponseStatus" when running query in Bugzilla test import instance
Closed, DeclinedPublic

Description

Going to the preview instance's /maniphest/query/advanced/ and entering

marked duplicate

in the "Contains Words" field, pressing "Execute query", I get:

Unhandled Exception ("HTTPFutureCURLResponseStatus")
[cURL/7] (http://localhost:9200/phabricator/TASK,CMIT,MOCK,PROJ,QUES,DREV,USER,WIKI/_search)  <CURLE_COULDNT_CONNECT> 
The cURL library raised an error while making a request. You may be able to find more information about this error (error code: 7) on 
the cURL site: http://curl.haxx.se/libcurl/c/libcurl-errors.html#CURLECOULDNTCONNECT

Note the http instead of https.

Can anybody reproduce?

Not sure how much time we want to spend potentially fixing this and if that indicates a deeper problem or not, hence not setting priority on this task.

Event Timeline

Aklapper raised the priority of this task from to Needs Triage.
Aklapper updated the task description. (Show Details)
Aklapper added a project: Bugzilla-Preview.
Aklapper changed Security from none to None.

This task is simpler: search doesn't work. Just type anything in the search box and you will get this error message.

Byfserag subscribed.
In T688#11757, @Qgil wrote:

This task is simpler: search doesn't work. Just type anything in the search box and you will get this error message.

Alright, so "search for text" does not work. Searching for tasks with a certain assignee etc does work.

Perhaps something related with Elasticsearch default configuration in the puppet profile used to create Phabricator instances in Labs?

chasemp claimed this task.