Index timeout

Hi,

I get this stack trace when i try to index.

2011-04-13T19:07:04+01:00 DEBUG [bkcore.models.search.BkAbstractBaseIndex] :
exception 'ElasticSearchTransportHTTPException' with message 'Operation
timed out on [http://10.110.0.85/alpha/post/146251]' in
/data/bluekiwi/bkbackend-alpha/bkcore/lib/elasticsearch/lib/transport/ElasticSearchTransportHTTP.php:244
Stack trace:
#0
/data/bluekiwi/bkbackend-alpha/bkcore/lib/elasticsearch/lib/transport/ElasticSearchTransportHTTP.php(66):
ElasticSearchTransportHTTP->call('/alpha/post/146...', 'PUT', Array)
#1
/data/bluekiwi/bkbackend-alpha/bkcore/lib/elasticsearch/ElasticSearchClient.php(91):
ElasticSearchTransportHTTP->index(Array, 146251)
#2
/data/bluekiwi/bkbackend-alpha/bkcore/models/search/BkIndexExalead.php(441):
ElasticSearchClient->index(Array, 146251)

When I create a curl request, it works.

Any idea ?

On Wed, Apr 13, 2011 at 8:10 PM, Alexandre Heimburger
alexheimburger@gmail.com wrote:

Hi,
I get this stack trace when i try to index.
2011-04-13T19:07:04+01:00 DEBUG [bkcore.models.search.BkAbstractBaseIndex] :
exception 'ElasticSearchTransportHTTPException' with message 'Operation
timed out on [http://10.110.0.85/alpha/post/146251]' in
/data/bluekiwi/bkbackend-alpha/bkcore/lib/elasticsearch/lib/transport/ElasticSearchTransportHTTP.php:244
Stack trace:
#0
/data/bluekiwi/bkbackend-alpha/bkcore/lib/elasticsearch/lib/transport/ElasticSearchTransportHTTP.php(66):
ElasticSearchTransportHTTP->call('/alpha/post/146...', 'PUT', Array)
#1
/data/bluekiwi/bkbackend-alpha/bkcore/lib/elasticsearch/ElasticSearchClient.php(91):
ElasticSearchTransportHTTP->index(Array, 146251)
#2
/data/bluekiwi/bkbackend-alpha/bkcore/models/search/BkIndexExalead.php(441):
ElasticSearchClient->index(Array, 146251)

When I create a curl request, it works.
Any idea ?

Hi,

any message in the ES cluster logs (not php) ?

Ludo