You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sn...@apache.org on 2016/03/30 09:03:29 UTC

[1/6] cassandra git commit: Upgrade ohc to 0.4.3

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 c9e81ea7f -> 500d6b3a2
  refs/heads/cassandra-3.5 bed6aae00 -> 9b1968fcb
  refs/heads/trunk eea0a0cef -> ae6809d07


Upgrade ohc to 0.4.3

patch by Robert Stupp; reviewed by Tyler Hobbs for CASSANDRA-11444


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/500d6b3a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/500d6b3a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/500d6b3a

Branch: refs/heads/cassandra-3.0
Commit: 500d6b3a2cd402c13e452de14eb68923b845a09d
Parents: c9e81ea
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Mar 30 09:00:10 2016 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Wed Mar 30 09:00:10 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt               |   1 +
 build.xml                 |   8 ++++----
 lib/ohc-core-0.4.2.jar    | Bin 126802 -> 0 bytes
 lib/ohc-core-0.4.3.jar    | Bin 0 -> 127053 bytes
 lib/ohc-core-j8-0.4.2.jar | Bin 4994 -> 0 bytes
 lib/ohc-core-j8-0.4.3.jar | Bin 0 -> 4995 bytes
 6 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a9ccf98..ea0040f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 3.0.5
+ * Upgrade ohc to 0.4.3
  * Enable SO_REUSEADDR for JMX RMI server sockets (CASSANDRA-11093)
  * Allocate merkletrees with the correct size (CASSANDRA-11390)
  * Support streaming pre-3.0 sstables (CASSANDRA-10990)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 82fbfdc..5ece0f7 100644
--- a/build.xml
+++ b/build.xml
@@ -403,8 +403,8 @@
           <dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2" />
           <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.0.0" classifier="shaded" />
           <dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj" version="4.4.2" />
-          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.2" />
-          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.2" />
+          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
+          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
           <dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations" version="1.2.0" />
           <dependency groupId="org.fusesource" artifactId="sigar" version="1.6.4">
           	<exclusion groupId="log4j" artifactId="log4j"/>
@@ -456,8 +456,8 @@
         <dependency groupId="org.antlr" artifactId="antlr"/>
         <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" classifier="shaded"/>
         <dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj"/>
-        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.2" />
-        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.2" />
+        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
+        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
         <dependency groupId="org.openjdk.jmh" artifactId="jmh-core"/>
         <dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess"/>
         <dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-0.4.2.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-0.4.2.jar b/lib/ohc-core-0.4.2.jar
deleted file mode 100644
index 019adcd..0000000
Binary files a/lib/ohc-core-0.4.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-0.4.3.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-0.4.3.jar b/lib/ohc-core-0.4.3.jar
new file mode 100644
index 0000000..2f75a9d
Binary files /dev/null and b/lib/ohc-core-0.4.3.jar differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-j8-0.4.2.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-j8-0.4.2.jar b/lib/ohc-core-j8-0.4.2.jar
deleted file mode 100644
index 583f4aa..0000000
Binary files a/lib/ohc-core-j8-0.4.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-j8-0.4.3.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-j8-0.4.3.jar b/lib/ohc-core-j8-0.4.3.jar
new file mode 100644
index 0000000..7f2007e
Binary files /dev/null and b/lib/ohc-core-j8-0.4.3.jar differ


[4/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.5

Posted by sn...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.5


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9b1968fc
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9b1968fc
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9b1968fc

Branch: refs/heads/trunk
Commit: 9b1968fcb67c25ca60668dca4f99cc58e4942875
Parents: bed6aae 500d6b3
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Mar 30 09:00:41 2016 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Wed Mar 30 09:00:41 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt               |   1 +
 build.xml                 |   8 ++++----
 lib/ohc-core-0.4.2.jar    | Bin 126802 -> 0 bytes
 lib/ohc-core-0.4.3.jar    | Bin 0 -> 127053 bytes
 lib/ohc-core-j8-0.4.2.jar | Bin 4994 -> 0 bytes
 lib/ohc-core-j8-0.4.3.jar | Bin 0 -> 4995 bytes
 6 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9b1968fc/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index ec958d4,ea0040f..d4729a2
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,7 -1,5 +1,8 @@@
 -3.0.5
 +3.5
 + * Avoid index segment stitching in RAM which lead to OOM on big SSTable files (CASSANDRA-11383)
 + * Fix clustering and row filters for LIKE queries on clustering columns (CASSANDRA-11397)
 +Merged from 3.0:
+  * Upgrade ohc to 0.4.3
   * Enable SO_REUSEADDR for JMX RMI server sockets (CASSANDRA-11093)
   * Allocate merkletrees with the correct size (CASSANDRA-11390)
   * Support streaming pre-3.0 sstables (CASSANDRA-10990)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/9b1968fc/build.xml
----------------------------------------------------------------------


[5/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.5

Posted by sn...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.5


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9b1968fc
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9b1968fc
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/9b1968fc

Branch: refs/heads/cassandra-3.5
Commit: 9b1968fcb67c25ca60668dca4f99cc58e4942875
Parents: bed6aae 500d6b3
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Mar 30 09:00:41 2016 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Wed Mar 30 09:00:41 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt               |   1 +
 build.xml                 |   8 ++++----
 lib/ohc-core-0.4.2.jar    | Bin 126802 -> 0 bytes
 lib/ohc-core-0.4.3.jar    | Bin 0 -> 127053 bytes
 lib/ohc-core-j8-0.4.2.jar | Bin 4994 -> 0 bytes
 lib/ohc-core-j8-0.4.3.jar | Bin 0 -> 4995 bytes
 6 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9b1968fc/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index ec958d4,ea0040f..d4729a2
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,7 -1,5 +1,8 @@@
 -3.0.5
 +3.5
 + * Avoid index segment stitching in RAM which lead to OOM on big SSTable files (CASSANDRA-11383)
 + * Fix clustering and row filters for LIKE queries on clustering columns (CASSANDRA-11397)
 +Merged from 3.0:
+  * Upgrade ohc to 0.4.3
   * Enable SO_REUSEADDR for JMX RMI server sockets (CASSANDRA-11093)
   * Allocate merkletrees with the correct size (CASSANDRA-11390)
   * Support streaming pre-3.0 sstables (CASSANDRA-10990)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/9b1968fc/build.xml
----------------------------------------------------------------------


[6/6] cassandra git commit: Merge branch 'cassandra-3.5' into trunk

Posted by sn...@apache.org.
Merge branch 'cassandra-3.5' into trunk


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ae6809d0
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ae6809d0
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ae6809d0

Branch: refs/heads/trunk
Commit: ae6809d07c0f08287d13d2e4be704ccbb115bd9c
Parents: eea0a0c 9b1968f
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Mar 30 09:01:09 2016 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Wed Mar 30 09:01:09 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt               |   1 +
 build.xml                 |   8 ++++----
 lib/ohc-core-0.4.2.jar    | Bin 126802 -> 0 bytes
 lib/ohc-core-0.4.3.jar    | Bin 0 -> 127053 bytes
 lib/ohc-core-j8-0.4.2.jar | Bin 4994 -> 0 bytes
 lib/ohc-core-j8-0.4.3.jar | Bin 0 -> 4995 bytes
 6 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ae6809d0/CHANGES.txt
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cassandra/blob/ae6809d0/build.xml
----------------------------------------------------------------------


[2/6] cassandra git commit: Upgrade ohc to 0.4.3

Posted by sn...@apache.org.
Upgrade ohc to 0.4.3

patch by Robert Stupp; reviewed by Tyler Hobbs for CASSANDRA-11444


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/500d6b3a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/500d6b3a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/500d6b3a

Branch: refs/heads/cassandra-3.5
Commit: 500d6b3a2cd402c13e452de14eb68923b845a09d
Parents: c9e81ea
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Mar 30 09:00:10 2016 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Wed Mar 30 09:00:10 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt               |   1 +
 build.xml                 |   8 ++++----
 lib/ohc-core-0.4.2.jar    | Bin 126802 -> 0 bytes
 lib/ohc-core-0.4.3.jar    | Bin 0 -> 127053 bytes
 lib/ohc-core-j8-0.4.2.jar | Bin 4994 -> 0 bytes
 lib/ohc-core-j8-0.4.3.jar | Bin 0 -> 4995 bytes
 6 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a9ccf98..ea0040f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 3.0.5
+ * Upgrade ohc to 0.4.3
  * Enable SO_REUSEADDR for JMX RMI server sockets (CASSANDRA-11093)
  * Allocate merkletrees with the correct size (CASSANDRA-11390)
  * Support streaming pre-3.0 sstables (CASSANDRA-10990)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 82fbfdc..5ece0f7 100644
--- a/build.xml
+++ b/build.xml
@@ -403,8 +403,8 @@
           <dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2" />
           <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.0.0" classifier="shaded" />
           <dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj" version="4.4.2" />
-          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.2" />
-          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.2" />
+          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
+          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
           <dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations" version="1.2.0" />
           <dependency groupId="org.fusesource" artifactId="sigar" version="1.6.4">
           	<exclusion groupId="log4j" artifactId="log4j"/>
@@ -456,8 +456,8 @@
         <dependency groupId="org.antlr" artifactId="antlr"/>
         <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" classifier="shaded"/>
         <dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj"/>
-        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.2" />
-        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.2" />
+        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
+        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
         <dependency groupId="org.openjdk.jmh" artifactId="jmh-core"/>
         <dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess"/>
         <dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-0.4.2.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-0.4.2.jar b/lib/ohc-core-0.4.2.jar
deleted file mode 100644
index 019adcd..0000000
Binary files a/lib/ohc-core-0.4.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-0.4.3.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-0.4.3.jar b/lib/ohc-core-0.4.3.jar
new file mode 100644
index 0000000..2f75a9d
Binary files /dev/null and b/lib/ohc-core-0.4.3.jar differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-j8-0.4.2.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-j8-0.4.2.jar b/lib/ohc-core-j8-0.4.2.jar
deleted file mode 100644
index 583f4aa..0000000
Binary files a/lib/ohc-core-j8-0.4.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-j8-0.4.3.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-j8-0.4.3.jar b/lib/ohc-core-j8-0.4.3.jar
new file mode 100644
index 0000000..7f2007e
Binary files /dev/null and b/lib/ohc-core-j8-0.4.3.jar differ


[3/6] cassandra git commit: Upgrade ohc to 0.4.3

Posted by sn...@apache.org.
Upgrade ohc to 0.4.3

patch by Robert Stupp; reviewed by Tyler Hobbs for CASSANDRA-11444


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/500d6b3a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/500d6b3a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/500d6b3a

Branch: refs/heads/trunk
Commit: 500d6b3a2cd402c13e452de14eb68923b845a09d
Parents: c9e81ea
Author: Robert Stupp <sn...@snazy.de>
Authored: Wed Mar 30 09:00:10 2016 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Wed Mar 30 09:00:10 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt               |   1 +
 build.xml                 |   8 ++++----
 lib/ohc-core-0.4.2.jar    | Bin 126802 -> 0 bytes
 lib/ohc-core-0.4.3.jar    | Bin 0 -> 127053 bytes
 lib/ohc-core-j8-0.4.2.jar | Bin 4994 -> 0 bytes
 lib/ohc-core-j8-0.4.3.jar | Bin 0 -> 4995 bytes
 6 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a9ccf98..ea0040f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 3.0.5
+ * Upgrade ohc to 0.4.3
  * Enable SO_REUSEADDR for JMX RMI server sockets (CASSANDRA-11093)
  * Allocate merkletrees with the correct size (CASSANDRA-11390)
  * Support streaming pre-3.0 sstables (CASSANDRA-10990)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 82fbfdc..5ece0f7 100644
--- a/build.xml
+++ b/build.xml
@@ -403,8 +403,8 @@
           <dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2" />
           <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" version="3.0.0" classifier="shaded" />
           <dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj" version="4.4.2" />
-          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.2" />
-          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.2" />
+          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
+          <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
           <dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations" version="1.2.0" />
           <dependency groupId="org.fusesource" artifactId="sigar" version="1.6.4">
           	<exclusion groupId="log4j" artifactId="log4j"/>
@@ -456,8 +456,8 @@
         <dependency groupId="org.antlr" artifactId="antlr"/>
         <dependency groupId="com.datastax.cassandra" artifactId="cassandra-driver-core" classifier="shaded"/>
         <dependency groupId="org.eclipse.jdt.core.compiler" artifactId="ecj"/>
-        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.2" />
-        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.2" />
+        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core" version="0.4.3" />
+        <dependency groupId="org.caffinitas.ohc" artifactId="ohc-core-j8" version="0.4.3" />
         <dependency groupId="org.openjdk.jmh" artifactId="jmh-core"/>
         <dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess"/>
         <dependency groupId="net.ju-n.compile-command-annotations" artifactId="compile-command-annotations"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-0.4.2.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-0.4.2.jar b/lib/ohc-core-0.4.2.jar
deleted file mode 100644
index 019adcd..0000000
Binary files a/lib/ohc-core-0.4.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-0.4.3.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-0.4.3.jar b/lib/ohc-core-0.4.3.jar
new file mode 100644
index 0000000..2f75a9d
Binary files /dev/null and b/lib/ohc-core-0.4.3.jar differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-j8-0.4.2.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-j8-0.4.2.jar b/lib/ohc-core-j8-0.4.2.jar
deleted file mode 100644
index 583f4aa..0000000
Binary files a/lib/ohc-core-j8-0.4.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/500d6b3a/lib/ohc-core-j8-0.4.3.jar
----------------------------------------------------------------------
diff --git a/lib/ohc-core-j8-0.4.3.jar b/lib/ohc-core-j8-0.4.3.jar
new file mode 100644
index 0000000..7f2007e
Binary files /dev/null and b/lib/ohc-core-j8-0.4.3.jar differ