lex-apollo 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4b61ece5949747c3f9c63d527451975f1bae1193529322a2dfee5c99fe449f7
|
|
4
|
+
data.tar.gz: 2a8ee392eda6931f18e0c8740ef3c7a57737fee787f85755fe4531bac44b1e11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beda1e6d911c593184fa43fb457881b7cc2c8c7052761c3172861afa0b6dd39f449ff51484a8a05fba9479957aff0509f27fb4d462c4e15bb979e30ca8a68d68
|
|
7
|
+
data.tar.gz: d21a75d1bfc573144fab0f83cbf37c691a0fb1d5e9ac403ab6aa735ec04b2842d1cd9aeb431f10cd56f5f61f671b67a010257221aadf1e5844dd2435641ea43f
|
data/CHANGELOG.md
CHANGED
|
@@ -167,7 +167,7 @@ module Legion
|
|
|
167
167
|
redistributed += 1
|
|
168
168
|
end
|
|
169
169
|
|
|
170
|
-
|
|
170
|
+
Legion::Logging.info("[apollo] redistributed #{redistributed} entries from departing agent=#{agent_id}") if defined?(Legion::Logging)
|
|
171
171
|
{ success: true, redistributed: redistributed, agent_id: agent_id }
|
|
172
172
|
rescue Sequel::Error => e
|
|
173
173
|
{ success: false, error: e.message }
|