Upgrade to Atomix 2.0.9
- Fix UnknownSessionExceptions
- Fix OutOfDirectMemoryErrors
- Ensure leader timeout is recurring
- Fix exceptions thrown during Raft startup communication
- Ensure sessions are only expired by leaders once
Change-Id: I856cb0840b3b609f5a3481567a4c367c8e6c9aae
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index ac5c025..a546cfe 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix</artifactId>
- <version>2.0.8</version>
+ <version>2.0.9</version>
</dependency>
<dependency>
diff --git a/features/features.xml b/features/features.xml
index 3155b4c..c594fda 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -59,7 +59,7 @@
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
<bundle>mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0</bundle>
<bundle>mvn:commons-io/commons-io/2.4</bundle>
- <bundle>mvn:io.atomix/atomix/2.0.8</bundle>
+ <bundle>mvn:io.atomix/atomix/2.0.9</bundle>
<bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25.1</bundle>
diff --git a/lib/BUCK b/lib/BUCK
index d2de1e0..ccc1e15 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Thu, 30 Nov 2017 21:31:31 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Mon, 4 Dec 2017 06:06:34 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -207,10 +207,10 @@
remote_jar (
name = 'atomix',
- out = 'atomix-2.0.8.jar',
- url = 'mvn:io.atomix:atomix:jar:2.0.8',
- sha1 = '90673ee06d2de8455d66066aa1d5f539f2f3e963',
- maven_coords = 'io.atomix:atomix:2.0.8',
+ out = 'atomix-2.0.9.jar',
+ url = 'mvn:io.atomix:atomix:jar:2.0.9',
+ sha1 = 'f5d2fca297caa9e3a4bb1441d5488058b7edd997',
+ maven_coords = 'io.atomix:atomix:2.0.9',
visibility = [ 'PUBLIC' ],
)
diff --git a/lib/deps.json b/lib/deps.json
index 015e34e..7fae453 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -117,7 +117,7 @@
"aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b32",
"amqp-client": "mvn:com.rabbitmq:amqp-client:jar:3.6.1",
"asm": "mvn:org.ow2.asm:asm:5.0.4",
- "atomix": "mvn:io.atomix:atomix:2.0.8",
+ "atomix": "mvn:io.atomix:atomix:2.0.9",
"commons-codec": "mvn:commons-codec:commons-codec:1.10",
"commons-collections": "mvn:commons-collections:commons-collections:3.2.2",
"commons-configuration": "mvn:commons-configuration:commons-configuration:1.10",