[ 
https://issues.apache.org/jira/browse/PHOENIX-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032782#comment-17032782
 ] 

Hudson commented on PHOENIX-5601:
---------------------------------

SUCCESS: Integrated in Jenkins build Phoenix-4.x-HBase-1.5 #267 (See 
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.5/267/])
PHOENIX-5601 Add a new Coprocessor - ViewTTLAware Coprocessor (yanxinyi: rev 
9a370bccd72e1c0cc91ce1004350b9164b249056)
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/ScanUtil.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/query/PhoenixTestBuilder.java
* (add) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/TTLAwareRegionObserver.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/iterate/TableResultIterator.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/ServerBuildIndexCompiler.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/IndexUtil.java


> Add a new Coprocessor - ViewTTLAware Coprocessor
> ------------------------------------------------
>
>                 Key: PHOENIX-5601
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5601
>             Project: Phoenix
>          Issue Type: Sub-task
>    Affects Versions: 4.15.0, 5.1.0
>            Reporter: Jacob Isaac
>            Assignee: Jacob Isaac
>            Priority: Major
>             Fix For: 4.16.0
>
>         Attachments: PHOENIX-5601.4.x-HBase-1.3.008.patch, 
> PHOENIX-5601.master.008.patch
>
>
>  * Add a New coprocessor - ViewTTLAware Coprocessor that will intercept 
> scan/get requests to inject a new ViewTTLAware scanner.
> The scanner will -
>   * Use the row timestamp of the empty column to determine whether row TTL 
> has expired  and mask the rows from underlying query results.
>   * Use the row timestamp to delete expired rows when DELETE_VIEW_TTL_EXPIRED 
> flag is present.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to