Searchkick: Reindex seems to create new shards ?

Created on 16 Jan 2016  路  2Comments  路  Source: ankane/searchkick

Hi,
I'm using Bonsai on Heroku.
When I run heroku run rake searchkick:reindex:all, I get a timeout error.

Faraday::TimeoutError: Net::ReadTimeout

On the Bonsai dashboard, I can see that I'm using all shards :
capture d ecran 2016-01-16 a 16 40 42
Any idea what's happening ?

Most helpful comment

I believe the default number of shards is 6 (5 primary and 1 replica). You can change this with:

searchkick settings: {number_of_shards: 1, number_of_replicas: 0}

All 2 comments

I believe the default number of shards is 6 (5 primary and 1 replica). You can change this with:

searchkick settings: {number_of_shards: 1, number_of_replicas: 0}

Thanks !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mehulkar picture mehulkar  路  5Comments

yurgon picture yurgon  路  4Comments

gerrywastaken picture gerrywastaken  路  3Comments

matthewmoss picture matthewmoss  路  4Comments

cubaraphael picture cubaraphael  路  3Comments