Commit Graph

222 Commits

Author SHA1 Message Date
Gianni O'Neill 4da9b2cc9c Catch AmazonClientExceptions to prevent connection loss
If the AWS client throws an exception (e.g: because of a DNS failure) it will end up killing the rejoin thread and stop retrying which can lead to a node getting stuck unable to rejoin the cluster.

Closes #30.
2013-08-09 09:27:15 +02:00
David Pilato 906326d056 Old common-codecs version in use
Closes #29.
2013-08-09 09:23:12 +02:00
David Pilato 8b20e57fd7 Update to Elasticsearch 0.90.3
Closes #31.
2013-08-09 09:17:01 +02:00
David Pilato 2c386046f5 prepare for next development iteration 2013-05-31 09:47:31 +02:00
David Pilato 4515495ff3 prepare release elasticsearch-cloud-aws-1.12.0 2013-05-31 09:47:31 +02:00
David Pilato 09d4c5ba2f Update to Elasticsearch 0.90.1
Works also with Elasticsearch 0.90.0.
Closes #27.
2013-05-31 09:47:31 +02:00
Leslie Wittig Quintanilla 485bb96ae6 Two last modifications for the new region sa-east-1. 2013-05-31 09:47:31 +02:00
Alexander Reelsen 36daeba9f3 Improved documentation for ping_timeout parameter
Closes #26
2013-05-21 13:37:46 +02:00
Shay Banon 8d7bcc0d93 Merge pull request #23 from vinodc/s3gateway-us-west-2
Update S3Gateway to add us-west-2
2013-04-04 01:03:48 -07:00
Shay Banon a75d4246e3 Merge pull request #24 from wikka/sa-east-1
Sa east 1
2013-04-04 01:03:23 -07:00
Leslie Wittig Quintanilla 36e29cec7a Adding sa-east-1 region. 2013-04-03 14:45:32 -03:00
Leslie Wittig Quintanilla 5734b408ed Adding sa-east-1 region. 2013-04-03 14:31:10 -03:00
Vinod Chandru a57a9e23f1 Update S3Gateway to add us-west-2 2013-03-31 18:12:12 -07:00
Shay Banon 4ce0180eb3 move to 1.11 2013-02-26 15:13:42 +01:00
Shay Banon 53e0460bf1 release 1.11.0 2013-02-26 15:13:14 +01:00
Shay Banon 0abd5fd886 upgrade to aws sdk 1.3.32 2013-02-26 15:11:47 +01:00
Shay Banon 460b2afd1a move to 0.90 dep 2013-02-26 15:09:06 +01:00
Shay Banon 32fbc4e326 move to 1.11.0-snap 2012-12-06 00:23:37 +01:00
Shay Banon dfebf610f2 release 1.10.0 2012-12-06 00:23:17 +01:00
Mark Gallop 22722840d4 Update src/main/java/org/elasticsearch/cloud/aws/AwsEc2Service.java 2012-12-06 00:17:34 +01:00
Mark Gallop f1297eec81 Update src/main/java/org/elasticsearch/gateway/s3/S3Gateway.java 2012-12-06 00:17:34 +01:00
Mark Gallop f9b11e2422 Update README.md 2012-12-06 00:17:34 +01:00
Mark Gallop ef889a2d6e Update src/main/java/org/elasticsearch/cloud/aws/AwsS3Service.java
Add support for Asia Pacific (Sydney) Region.
2012-12-06 00:17:34 +01:00
Shay Banon 71d7d336c5 update aws sdk 2012-12-06 00:17:07 +01:00
Shay Banon 404cf33bf7 move to 1.10.0 snap 2012-08-25 14:34:21 +03:00
Shay Banon 381e011809 release 0.19.0 2012-08-25 14:33:59 +03:00
Shay Banon 8220546fd9 upgrade to latest sdk 2012-08-25 14:29:40 +03:00
Sean Laurent ed964368a9 Fixed EC2 discovery to correctly find groups, regardless of whether the instance is in the public cloud or within a VPC. 2012-08-25 14:21:38 +03:00
Shay Banon 51d46154eb fix logging message 2012-06-27 14:13:14 +02:00
Shay Banon 08b37e3e6e move to 1.9.0 snap 2012-06-27 12:37:11 +02:00
Shay Banon ea01813a31 release 1.8.0 2012-06-27 12:33:46 +02:00
Shay Banon 8904847933 more logging on region and endpoint used 2012-06-27 12:26:34 +02:00
Shay Banon 220275e6b0 log when an instance is not added because of its state 2012-06-27 11:38:18 +02:00
Shay Banon ce4db355db move to 1.8.0 snap 2012-06-20 10:34:15 +02:00
Shay Banon 4182a388e6 release 1.7.0 2012-06-20 10:33:40 +02:00
Shay Banon 96a4e5de46 Optional credentials with latest AWS SDK, closes #11. 2012-06-20 10:29:04 +02:00
Shay Banon 97c776bfe2 add license and repo 2012-06-10 22:05:09 +02:00
Shay Banon 69abc30ac2 move to 1.7.0 snap 2012-06-01 11:38:10 +02:00
Shay Banon 28346ab70c release 1.6.0 2012-06-01 11:37:38 +02:00
Shay Banon f1cb1e58d5 Merge pull request #9 from lukas-vlcek/master
Minor README fix
2012-05-29 07:57:27 -07:00
Lukáš Vlček cae3aec9b3 minor fix 2012-05-29 10:48:40 +02:00
Shay Banon 870cf0ef19 move to 1.6.0 snap 2012-03-07 22:15:33 +02:00
Shay Banon 2abaaf5887 release 1.5.0 2012-03-07 22:15:15 +02:00
Shay Banon b9368e2fc2 no need for objectCount, we can use keys 2012-03-07 22:08:58 +02:00
Holden Karau bb222f0f7f Improve S3 grouped deletes
* Move the grouping to outside the main while(true) loop
2012-03-06 15:47:58 -08:00
Holden Karau b19f1a5b06 Group S3 delete requests.
* In the new AWS SDK deleting multiple objects
  in a single request is now supported. See:
http://docs.amazonwebservices.com/AmazonS3/latest/dev/DeletingMultipleObjectsUsingJava.html
2012-03-05 16:32:06 -08:00
Holden Karau d234b3cdc8 Fix region parsing
* Fix invalid host names and remove \t's from region
  hostnames.
2012-03-05 15:19:52 -08:00
Shay Banon c849de9231 move to 1.5.0 snap 2012-03-03 23:25:35 +02:00
Shay Banon bcef799089 release 1.4.0 2012-03-03 23:23:47 +02:00
Shay Banon cde27eb2e5 Upgrade to AWS SDK 1.3.3, closes #5. 2012-03-03 23:22:05 +02:00