Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 ffb86c12f -> f0d3809d2


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/71eb2046
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/71eb2046
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/71eb2046

Branch: refs/heads/4.x-HBase-0.98
Commit: 71eb20468b39a0bf407c1176e1f09232c3409602
Parents: ffb86c1
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:28:30 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/71eb2046/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