-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
Elasticsearch version: 2.4.2
Plugins installed: [] Cloud AWS / Repository S3
JVM version: OpenJDK 1.8
OS version: Debian 8
Description of the problem including expected versus actual behavior:
Snapshots to S3 are significantly slower then transferring files to S3 using the AWS cli. Uploading a test file using the AWS cli gets ~230mb/s but the snapshots get only around an average of 25mb/s. Both of these tests were preformed on the same EC2 instance. The instance was also in the same region as the S3 bucket. The test index was 10gb with 5 shards and force merged to one segment. The snapshot throttle settings were also set to 10GB.
I also tested ES 5.2.2 and found the snapshot was significantly faster, however still much slower then using the AWS cli.
I've already talked to @tlrx about this issue and we agreed I should open an issue.