Repository: phoenix
Updated Branches:
  refs/heads/5.x-HBase-2.0 f1154aa43 -> 7fdf0ab9e


PHOENIX-4640 Don't consider STATS_UPDATE_FREQ_MS_ATTRIB in TTL for server side 
cache (addendum)


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

Branch: refs/heads/5.x-HBase-2.0
Commit: 55648235fc42abd0c8d010b3b2af3ef0a3cd11d8
Parents: f1154aa
Author: James Taylor <jtay...@salesforce.com>
Authored: Fri Mar 9 22:01:51 2018 -0800
Committer: James Taylor <jtay...@salesforce.com>
Committed: Sun Mar 11 10:08:54 2018 -0700

----------------------------------------------------------------------
 .../it/java/org/apache/phoenix/end2end/ParallelStatsEnabledIT.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/55648235/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsEnabledIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsEnabledIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsEnabledIT.java
index 3413d57..7028db3 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsEnabledIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsEnabledIT.java
@@ -42,6 +42,7 @@ public abstract class ParallelStatsEnabledIT extends BaseTest 
{
         Map<String, String> props = Maps.newHashMapWithExpectedSize(1);
         props.put(QueryServices.STATS_GUIDEPOST_WIDTH_BYTES_ATTRIB, 
Long.toString(20));
         props.put(QueryServices.STATS_UPDATE_FREQ_MS_ATTRIB, Long.toString(5));
+        
props.put(QueryServices.MAX_SERVER_METADATA_CACHE_TIME_TO_LIVE_MS_ATTRIB, 
Long.toString(5));
         props.put(QueryServices.USE_STATS_FOR_PARALLELIZATION, 
Boolean.toString(true));
         setUpTestDriver(new ReadOnlyProps(props.entrySet().iterator()));
     }

Reply via email to