Return-Path: X-Original-To: apmail-phoenix-commits-archive@minotaur.apache.org Delivered-To: apmail-phoenix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EB0911900 for ; Wed, 16 Jul 2014 04:47:30 +0000 (UTC) Received: (qmail 78014 invoked by uid 500); 16 Jul 2014 04:47:30 -0000 Delivered-To: apmail-phoenix-commits-archive@phoenix.apache.org Received: (qmail 77971 invoked by uid 500); 16 Jul 2014 04:47:30 -0000 Mailing-List: contact commits-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list commits@phoenix.apache.org Received: (qmail 77957 invoked by uid 99); 16 Jul 2014 04:47:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 04:47:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 04DD398E37B; Wed, 16 Jul 2014 04:47:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ramkrishna@apache.org To: commits@phoenix.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Phoenix-933 Addendum for test failure (Rajesh) Date: Wed, 16 Jul 2014 04:47:30 +0000 (UTC) Repository: phoenix Updated Branches: refs/heads/4.0 9a5529c8a -> a1cd9f575 Phoenix-933 Addendum for test failure (Rajesh) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a1cd9f57 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a1cd9f57 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/a1cd9f57 Branch: refs/heads/4.0 Commit: a1cd9f575144453eb0c558d80ea1a274c35c4b57 Parents: 9a5529c Author: Ramkrishna Authored: Wed Jul 16 10:16:29 2014 +0530 Committer: Ramkrishna Committed: Wed Jul 16 10:16:29 2014 +0530 ---------------------------------------------------------------------- .../src/main/java/org/apache/phoenix/index/IndexMaintainer.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/a1cd9f57/phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java b/phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java index 2002137..c8c031b 100644 --- a/phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java +++ b/phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java @@ -508,7 +508,6 @@ public class IndexMaintainer implements Writable, Iterable { // in which case nIndexSaltBuckets would never be used. Note that when we do add this // to be serialized, we have to add it at the end and allow for the value not being // there to maintain compatibility between an old client and a new server. - assert(isLocalIndex); // Remove when we persist nDataSaltBuckets if (isDataTableSalted) { // Set salt byte byte saltByte = SaltingUtil.getSaltingByte(dataRowKey, SaltingUtil.NUM_SALTING_BYTES, length-SaltingUtil.NUM_SALTING_BYTES, nIndexSaltBuckets);