Repository: phoenix Updated Branches: refs/heads/master 4cd176e5f -> 4e19c8cfb
Phoenix-933 Addendum for failing test(Rajesh via Ram) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4e19c8cf Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4e19c8cf Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4e19c8cf Branch: refs/heads/master Commit: 4e19c8cfb2413f426b46158d3bfa0a8774157bf7 Parents: 4cd176e Author: Ramkrishna <[email protected]> Authored: Wed Jul 16 09:56:10 2014 +0530 Committer: Ramkrishna <[email protected]> Committed: Wed Jul 16 09:56:10 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/4e19c8cf/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<ColumnReference> { // 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);
