Hey,

you could change your default loglevel to find out, if those settings are
actually applied (either DEBUG or TRACE). Depending on the elasticsearch
version you are using, you might want to try with a lower-cased setting of
max_bytes_per_sec and set it to "250mb". Also, can you show the exception
which contains the "timeout in phase 2"?


--Alex


On Tue, Apr 29, 2014 at 3:50 PM, Michael Salmon <michael.sal...@inovia.nu>wrote:

> I am having trouble replicating a shard and I cannot see any possible
> reason for it. After 15 minutes I get a timeout in phase 2.
>
> The shard isn't that large about 60,000K, 5GB and 22 segments and the
> translog directories are empty.
> The computers in question are lightly loaded as is the network between
> them.
> Copying all the files in the shard from all 4 disks between the two
> computers with rsync takes about 40 seconds.
> I can't run checkIndex on the source machine as it can't handle shards
> that are spread over multiple disks but it runs quite happily on the files
> I copied with rsync although it took a bit over 12 minutes to run the check.
> I have ES 1.1.0 installed.
> I changed some settings but none of them seem to make much difference:
>
>    "transient": {
>       "logger": {
>          "level": "TRACE"
>       },
>       "indices": {
>          "store": {
>             "throttle": {
>                "type": "none"
>             }
>          },
>          "recovery": {
>             "translog_size": "256MB",
>             "concurrent_streams": "16",
>             "translog_ops": "10000",
>             "max_bytes_per_sec": "250MB"
>          }
>       }
>    }
>
> Does anyone have any tips on how I should proceed?
>
>  --
> You received this message because you are subscribed to the Google Groups
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elasticsearch+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/a85c76cb-72d5-45c4-82cf-d8c8867a2151%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/a85c76cb-72d5-45c4-82cf-d8c8867a2151%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAGCwEM9gmWVVV8y8FtqC4ESVkjPoc4Giqp4feX2x4znEBDaYyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to