[ https://issues.apache.org/jira/browse/PHOENIX-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154508#comment-14154508 ]
Hudson commented on PHOENIX-1263: --------------------------------- SUCCESS: Integrated in Phoenix | 4.0 | Hadoop2 #187 (See [https://builds.apache.org/job/Phoenix-4.0-hadoop2/187/]) Phoenix-1263 Only cache guideposts on physical PTable (ramkrishna: rev f7e6a6c7edc20469189157c4f5935538c5d1140a) * phoenix-core/src/it/java/org/apache/phoenix/end2end/MultiCfQueryExecIT.java * phoenix-core/src/it/java/org/apache/phoenix/end2end/DefaultParallelIteratorsRegionSplitterIT.java * phoenix-core/src/main/java/org/apache/phoenix/iterate/SkipRangeParallelIteratorRegionSplitter.java * phoenix-core/src/it/java/org/apache/phoenix/end2end/GuidePostsLifeCycleIT.java * phoenix-core/src/main/java/org/apache/phoenix/iterate/LocalIndexParallelIteratorRegionSplitter.java * phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java * phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java * phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java * phoenix-core/src/it/java/org/apache/phoenix/end2end/TenantSpecificTablesDMLIT.java * phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipRangeParallelIteratorRegionSplitterIT.java * phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java * phoenix-core/src/it/java/org/apache/phoenix/end2end/BaseTenantSpecificTablesIT.java * phoenix-core/src/main/java/org/apache/phoenix/iterate/DefaultParallelIteratorRegionSplitter.java * phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java * phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIteratorRegionSplitterFactory.java * phoenix-core/src/it/java/org/apache/phoenix/end2end/KeyOnlyIT.java > Only cache guideposts on physical PTable > ---------------------------------------- > > Key: PHOENIX-1263 > URL: https://issues.apache.org/jira/browse/PHOENIX-1263 > Project: Phoenix > Issue Type: Sub-task > Reporter: James Taylor > Assignee: ramkrishna.s.vasudevan > Fix For: 4.2, 3.2 > > Attachments: Phoenix-1263_1.patch, Phoenix-1263_6.patch, > Phoenix-1263_7.patch, Phoenix-1263_7_3.0.patch, Phoenix-1263_8.patch > > > Rather than caching the guideposts on all tenant-specific tables, we should > cache them only on the physical table. On the client side, we should also > update the cache with the latest for the base multi-tenant table when we > update the cache for a tenant-specific table. Then when we lookup the > guideposts, we should ensure that we're getting them from the physical table. > Otherwise, it'll be difficult to keep the guideposts cached on the PTable in > sync across all tenant-specific tables (not to mention using quite a bit of > memory). -- This message was sent by Atlassian JIRA (v6.3.4#6332)