[
https://issues.apache.org/jira/browse/HBASE-25751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318469#comment-17318469
]
Hudson commented on HBASE-25751:
--------------------------------
Results for branch master
[build #259 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/259/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/259/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/259/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/259/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Add writable TimeToPurgeDeletes to ScanOptions
> ----------------------------------------------
>
> Key: HBASE-25751
> URL: https://issues.apache.org/jira/browse/HBASE-25751
> Project: HBase
> Issue Type: New Feature
> Reporter: Geoffrey Jacoby
> Assignee: Geoffrey Jacoby
> Priority: Major
> Fix For: 3.0.0-alpha-1, 2.5.0, 2.4.3
>
>
> In HBase 1.x and before, it was possible to override all settings on the
> ScanInfo when overriding the flush and compaction scanner open coprocoessors.
> HBase 2.x changed the coprocessor model to instead allow changes to a limited
> set of options on the ScanOptions object.
> In HBASE-19895 and HBASE-24321, we added support for KeepDeletedCells and
> MinVersions to be overriden by ScanOptions, as needed by Phoenix.
> A 1.x coprocessor used at my day job overrides TimeToPurgeDeletes, and to
> convert it to HBase 2.x that property would need to be overridable from
> ScanOptions as well. This should be a straightforward extension of the
> previous work.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)