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/20 20:58:20 UTC

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

Josh Elser created ACCUMULO-4381:
------------------------------------

             Summary: 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: Keith Turner
            Priority: Blocker
             Fix For: 1.8.0


{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)