[
https://issues.apache.org/jira/browse/HBASE-15100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey resolved HBASE-15100.
---------------------------------
Resolution: Fixed
Release Note:
The constructor for o.a.h.hbase.ProcedureInfo was mistakenly labeled IA.Public
in previous releases and has now changed to IA.Private. Downstream users are
safe to consume ProcedureInfo objects returned from HBase public interfaces,
but should not expect to be able to reliably create new instances themselves.
The method ProcedureInfo.setNonceKey has been removed, because it should not
have been exposed to clients.
was:The constructor for o.a.h.hbase.ProcedureInfo was mistakenly labeled
IA.Public in previous releases and has now changed to IA.Private. Downstream
users are safe to consume ProcedureInfo objects returned from HBase public
interfaces, but should not expect to be able to reliably create new instances
themselves.
okay, release note updated.
> Master WALProcs still never clean up
> ------------------------------------
>
> Key: HBASE-15100
> URL: https://issues.apache.org/jira/browse/HBASE-15100
> Project: HBase
> Issue Type: Bug
> Components: master, proc-v2
> Affects Versions: 1.2.0
> Reporter: Elliott Clark
> Assignee: Matteo Bertozzi
> Priority: Blocker
> Fix For: 2.0.0, 1.2.0, 1.3.0, 1.1.4
>
> Attachments: HBASE-15100-ia-addendum.patch, HBASE-15100-logs.zip,
> HBASE-15100-v0.patch, TestWalProcedure.java, procs.log
>
>
> {code}
> bin/hdfs dfs -ls /hbase/MasterProcWALs | wc -l
> 218631
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)