[
https://issues.apache.org/jira/browse/HBASE-25808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17331251#comment-17331251
]
Hudson commented on HBASE-25808:
--------------------------------
Results for branch branch-1
[build #117 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/117/]:
(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/branch-1/117//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/117//JDK7_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-1/117//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> [branch-1] Backport improvements to FSHLog from branch-2
> --------------------------------------------------------
>
> Key: HBASE-25808
> URL: https://issues.apache.org/jira/browse/HBASE-25808
> Project: HBase
> Issue Type: New Feature
> Components: regionserver, wal
> Affects Versions: 1.6.0
> Reporter: Andrew Kyle Purtell
> Assignee: Andrew Kyle Purtell
> Priority: Major
> Fix For: 1.7.0
>
>
> From c96b642f15d (HBASE-15265 Implement an asynchronous FSHLog)
> - Better formatting; use { } instead of dangling ifs, elses, etc. in
> RingBufferEventHandler.
>
> From b1269ec57ff (HBASE-19811 Fix findbugs and error-prone warnings in
> hbase-server (branch-2))
> - Change syncFuturesCount in RingBufferEventHandler from 'volatile int'
> to AtomicInteger.
> 'volatile' is insufficient for multithreaded access.
>
> From afc1746757f (HBASE-24034 [Flakey Tests] A couple of fixes and
> cleanups)
> - Make a local copy of takeSyncFuture after we get it in SyncRunner#run.
> This looks like a workaround for a JIT/compiler bug in some Java
> versions. (SCARY)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)