You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/07/21 16:38:20 UTC

[jira] [Resolved] (ACCUMULO-4381) Use of JDK8 Process.isAlive() method in SuspendedTabletsIT

     [ https://issues.apache.org/jira/browse/ACCUMULO-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved ACCUMULO-4381.
----------------------------------
    Resolution: Fixed

> Use of JDK8 Process.isAlive() method in SuspendedTabletsIT
> ----------------------------------------------------------
>
>                 Key: ACCUMULO-4381
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4381
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Blocker
>             Fix For: 1.8.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {noformat}
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] /Users/jelser/projects/accumulo.git/test/src/main/java/org/apache/accumulo/test/master/SuspendedTabletsIT.java:[140,19] cannot find symbol
>   symbol:   method isAlive()
>   location: variable p of type java.lang.Process
> {noformat}
> Looks like ACCUMULO-4353 brought in a JDK8 method to the 1.8 branch (which still targets JDK7).
> FYI [~kturner], [~ShawnWalker].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)