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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to