[
https://issues.apache.org/jira/browse/HBASE-12145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-12145:
--------------------------
Resolution: Fixed
Fix Version/s: 0.99.1
2.0.0
Release Note:
Fix javadoc warnings.
Fixup findbugs warnings mostly by adding annotations saying 'working as
expected'.
In RpcRetryingCallerWithReadReplicas made following change which findbugs
spotted:
- if (completed == null) tasks.wait();
+ while (completed == null) tasks.wait();
In RecoverableZooKeeper, made all zk accesses synchronized -- we were doing it
half-ways previously.
In RatioBasedCompactionPolicy we were making an instance of Random on
each invocation of getNextMajorCompactionTime
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Fixed missed javadoc on commit. Commited to branch-1+
> Fix javadoc and findbugs so new folks aren't freaked when they see them
> -----------------------------------------------------------------------
>
> Key: HBASE-12145
> URL: https://issues.apache.org/jira/browse/HBASE-12145
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Fix For: 2.0.0, 0.99.1
>
> Attachments: 12145.txt, 12145v2.txt
>
>
> Misc set of fixes to get these attributes green again.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)