Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1B881188C for ; Fri, 5 Sep 2014 23:48:31 +0000 (UTC) Received: (qmail 99443 invoked by uid 500); 5 Sep 2014 23:48:31 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 99407 invoked by uid 500); 5 Sep 2014 23:48:31 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 99365 invoked by uid 99); 5 Sep 2014 23:48:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 23:48:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 198E6A0BB5B; Fri, 5 Sep 2014 23:48:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jasobrown@apache.org To: commits@cassandra.apache.org Date: Fri, 05 Sep 2014 23:48:31 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/5] git commit: 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 Repository: cassandra Updated Branches: refs/heads/trunk 022932338 -> 916efcb6f 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/trunk Commit: e6f307f4e5be4bf2cd18e153d28e2310e5f8d3da Parents: 46ef962 Author: Pavel Yaskevich Authored: Fri Sep 5 14:23:24 2014 -0700 Committer: Pavel Yaskevich 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 @@ - + @@ -467,7 +467,7 @@ - + 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