Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1.0 c1dc378e0 -> 5d5401d67


bump thrift-server version to 0.3.7 to properly shutdown invocation pool 
shutdown
patch by Pavel Yaskevich; tested by Philip Thompson for CASSANDRA-7594


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

Branch: refs/heads/cassandra-2.1.0
Commit: e6f307f4e5be4bf2cd18e153d28e2310e5f8d3da
Parents: 46ef962
Author: Pavel Yaskevich <xe...@apache.org>
Authored: Fri Sep 5 14:23:24 2014 -0700
Committer: Pavel Yaskevich <xe...@apache.org>
Committed: Fri Sep 5 14:23:24 2014 -0700

----------------------------------------------------------------------
 build.xml                   |   4 ++--
 lib/thrift-server-0.3.6.jar | Bin 39588 -> 0 bytes
 lib/thrift-server-0.3.7.jar | Bin 0 -> 39988 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e6f307f4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f456fa8..829c873 100644
--- a/build.xml
+++ b/build.xml
@@ -361,7 +361,7 @@
           <dependency groupId="com.googlecode.json-simple" 
artifactId="json-simple" version="1.1"/>
           <dependency groupId="com.github.stephenc.high-scale-lib" 
artifactId="high-scale-lib" version="1.1.2"/>
           <dependency groupId="com.github.stephenc" artifactId="jamm" 
version="0.2.5"/>
-          <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.6"/>
+          <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.7"/>
           <dependency groupId="org.yaml" artifactId="snakeyaml" 
version="1.11"/>
           <dependency groupId="org.apache.thrift" artifactId="libthrift" 
version="0.9.1"/>
 
@@ -467,7 +467,7 @@
         <dependency groupId="org.mindrot" artifactId="jbcrypt"/>
         <dependency groupId="com.yammer.metrics" artifactId="metrics-core"/>
         <dependency groupId="com.addthis.metrics" 
artifactId="reporter-config"/>
-        <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.6"/>
+        <dependency groupId="com.thinkaurelius.thrift" 
artifactId="thrift-server" version="0.3.7"/>
         <dependency groupId="net.sf.supercsv" artifactId="super-csv" 
version="2.1.0" />
 
         <dependency groupId="log4j" artifactId="log4j"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/e6f307f4/lib/thrift-server-0.3.6.jar
----------------------------------------------------------------------
diff --git a/lib/thrift-server-0.3.6.jar b/lib/thrift-server-0.3.6.jar
deleted file mode 100644
index c974f75..0000000
Binary files a/lib/thrift-server-0.3.6.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/e6f307f4/lib/thrift-server-0.3.7.jar
----------------------------------------------------------------------
diff --git a/lib/thrift-server-0.3.7.jar b/lib/thrift-server-0.3.7.jar
new file mode 100644
index 0000000..1231618
Binary files /dev/null and b/lib/thrift-server-0.3.7.jar differ

Reply via email to