Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 28e52ab3b -> c9e3d7d3d


PHOENIX-3120 AsyncIndexRebuilderTask fails for transactional tables (addendum)


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

Branch: refs/heads/4.x-HBase-1.1
Commit: c9e3d7d3dfd5a97dffdedeaa9382390367b5e5a4
Parents: 28e52ab
Author: Thomas D'Silva <tdsi...@salesforce.com>
Authored: Mon Aug 1 12:00:27 2016 -0700
Committer: Thomas D'Silva <tdsi...@salesforce.com>
Committed: Mon Aug 1 12:15:06 2016 -0700

----------------------------------------------------------------------
 .../it/java/org/apache/phoenix/end2end/MutableIndexToolIT.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c9e3d7d3/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutableIndexToolIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutableIndexToolIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutableIndexToolIT.java
index c335ff8..cb41d2b 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutableIndexToolIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutableIndexToolIT.java
@@ -45,8 +45,9 @@ public class MutableIndexToolIT extends 
BaseOwnClusterHBaseManagedTimeIT {
     
     @BeforeClass
     public static void doSetup() throws Exception {
-        Map<String, String> serverProps = Maps.newHashMapWithExpectedSize(1);
+        Map<String, String> serverProps = Maps.newHashMapWithExpectedSize(2);
         serverProps.put(QueryServices.EXTRA_JDBC_ARGUMENTS_ATTRIB, 
QueryServicesOptions.DEFAULT_EXTRA_JDBC_ARGUMENTS);
+        serverProps.put(QueryServices.ASYNC_INDEX_AUTO_BUILD_ATTRIB, 
Boolean.toString(false));
         setUpRealDriver(new ReadOnlyProps(serverProps.entrySet().iterator()), 
ReadOnlyProps.EMPTY_PROPS);
     }
 

Reply via email to