[
https://issues.apache.org/jira/browse/HBASE-19624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303407#comment-16303407
]
Hadoop QA commented on HBASE-19624:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
8s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:blue}0{color} | {color:blue} findbugs {color} | {color:blue} 0m
0s{color} | {color:blue} Findbugs executables are not available. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m
0s{color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:red}-1{color} | {color:red} test4tests {color} | {color:red} 0m
0s{color} | {color:red} The patch doesn't appear to include any new or modified
tests. Please justify why no new tests are needed for this patch. Also please
list what manual steps were performed to verify this patch. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 4m
54s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m
46s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 1m
5s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} shadedjars {color} | {color:green} 5m
43s{color} | {color:green} branch has no errors when building our shaded
downstream artifacts. {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m
29s{color} | {color:green} master passed {color} |
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 4m
49s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m
47s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m
47s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 1m
7s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} shadedjars {color} | {color:green} 4m
41s{color} | {color:green} patch has no errors when building our shaded
downstream artifacts. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green}
19m 56s{color} | {color:green} Patch does not cause any errors with Hadoop
2.6.5 2.7.4 or 3.0.0. {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m
29s{color} | {color:green} the patch passed {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} unit {color} | {color:green}112m
58s{color} | {color:green} hbase-server in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m
17s{color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black}152m 37s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 |
| JIRA Issue | HBASE-19624 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12903665/HBASE-19624.v0.patch |
| Optional Tests | asflicense javac javadoc unit findbugs shadedjars
hadoopcheck hbaseanti checkstyle compile |
| uname | Linux b3aa3d0c6b39 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19
15:49:21 UTC 2017 x86_64 GNU/Linux |
| Build tool | maven |
| Personality |
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh
|
| git revision | master / 38472e1c07 |
| maven | version: Apache Maven 3.5.2
(138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) |
| Default Java | 1.8.0_151 |
| Test Results |
https://builds.apache.org/job/PreCommit-HBASE-Build/10706/testReport/ |
| modules | C: hbase-server U: hbase-server |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/10706/console |
| Powered by | Apache Yetus 0.6.0 http://yetus.apache.org |
This message was automatically generated.
> TestIOFencing hangs
> -------------------
>
> Key: HBASE-19624
> URL: https://issues.apache.org/jira/browse/HBASE-19624
> Project: HBase
> Issue Type: Bug
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0
>
> Attachments: HBASE-19624.v0.patch
>
>
> RS calls CompactSplit#join to cease all compactSplit threads.
> {code:title=CompactSplit.java}
> private void waitFor(ThreadPoolExecutor t, String name) {
> boolean done = false;
> while (!done) {
> try {
> done = t.awaitTermination(60, TimeUnit.SECONDS);
> LOG.info("Waiting for " + name + " to finish...");
> if (!done) {
> t.shutdownNow();
> }
> } catch (InterruptedException ie) {
> LOG.warn("Interrupted waiting for " + name + " to finish...");
> }
> }
> }
> {code}
> In the meantime, the async wal may wait for the sync signal. However, the
> single won't happen as the wal sync is failed.
> {code}
> synchronized long get(long timeoutNs) throws InterruptedException,
> ExecutionException, TimeoutIOException {
> final long done = System.nanoTime() + timeoutNs;
> while (!isDone()) {
> wait(1000);
> if (System.nanoTime() >= done) {
> throw new TimeoutIOException(
> "Failed to get sync result after " +
> TimeUnit.NANOSECONDS.toMillis(timeoutNs)
> + " ms for txid=" + this.txid + ", WAL system stuck?");
> }
> }
> if (this.throwable != null) {
> throw new ExecutionException(this.throwable);
> }
> return this.doneTxid;
> }
> {code}
> When we shutdown the mini cluster, JVMClusterUtil#shutdown sends the
> interrupt single to all rs threads. And then catching the
> InterruptedException cause compactionsplit to skip the #shutdownNow, hence
> the compactionsplit threads were up until timeout (default is 5 min).
> {code}
> for (int i = 0; i < 100; ++i) {
> boolean atLeastOneLiveServer = false;
> for (RegionServerThread t : regionservers) {
> if (t.isAlive()) {
> atLeastOneLiveServer = true;
> try {
> LOG.warn("RegionServerThreads remaining, give one more chance
> before interrupting");
> t.join(1000);
> } catch (InterruptedException e) {
> wasInterrupted = true;
> }
> }
> }
> if (!atLeastOneLiveServer) break;
> for (RegionServerThread t : regionservers) {
> if (t.isAlive()) {
> LOG.warn("RegionServerThreads taking too long to stop,
> interrupting");
> t.interrupt();
> }
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)