You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2016/09/25 22:02:59 UTC

[GitHub] incubator-ponymail issue #151: Bug: Docker image has problems starting the p...

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/151

    Bug: Docker image has problems starting the ponymail index shards

    This appears to be because the default number of replicas is set to 1 when creating an index.
    
    A possible solution is to add the following to /etc/elasticsearch/elasticsearch.yml
    
    index.number_of_replicas: 0
    
    It might also be worth adding the following so it runs better on smaller test systems:
    
    index.number_of_shards: 1
    
    The changes need to be made before starting the elasticsearch service

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---