elasticsearch_s3_backup 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/elasticsearch_s3_backup/version.rb +1 -1
- data/lib/elasticsearch_s3_backup.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97ba7cb15d27a52acd1a766e5c48efaf5d1e1c7c
|
4
|
+
data.tar.gz: 8922e8a9e2cff8bc06ff93bb10551ac9c3479804
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a294ec99770101e78dc4286ecd647bdf84c2ff20d189138a366aad8f42d6727af952f93942dbdc8d24b34f7b737319720d8dc59b917579b8ad1d3eaa78c2b952
|
7
|
+
data.tar.gz: c9890cd903a778551d4978ad04c2aebeaed36eb793ba6d2059e4dd7ba39a23e270053b1259598cc54aedbd5043d126aad058ac72c44a79f671fa12194972501e
|
@@ -123,7 +123,7 @@ module EverTools
|
|
123
123
|
def wait_for_cluster_state!
|
124
124
|
tries = 0
|
125
125
|
until (cluster_settings = Hashie::Mash.new es_api.cluster.get_settings) &&
|
126
|
-
cluster_settings.transient_.cluster_.routing_.allocation_.enable == '
|
126
|
+
cluster_settings.transient_.cluster_.routing_.allocation_.enable == 'all'
|
127
127
|
fail 'Shard reallocation is disabled. Snapshot cannot proceed because creating the test ' \
|
128
128
|
'index in this state will put the cluster into RED state.' if tries >= 5
|
129
129
|
logger.warn 'Waiting for shard reallocation to be re-enabled'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticsearch_s3_backup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Herot
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|