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 2014/09/12 03:11:34 UTC

[jira] [Created] (ACCUMULO-3114) Incorrect thrift dependency doesn't kill tserver

Josh Elser created ACCUMULO-3114:
------------------------------------

             Summary: Incorrect thrift dependency doesn't kill tserver
                 Key: ACCUMULO-3114
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3114
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
    Affects Versions: 1.6.0, 1.5.1
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 1.5.2, 1.6.1, 1.7.0


I have a classpath with a MiniAccumuloCluster which resulted in some bad thrift dependencies getting included

{noformat}
2014-09-11 18:05:34,014 ERROR [Thread-11] util.CustomNonBlockingServer (CustomNonBlockingServer.java:run(190)) - run() exiting due to uncaught error
java.lang.NoSuchMethodError: org.apache.thrift.TProcessorFactory.isAsyncProcessor()Z
	at org.apache.accumulo.server.util.CustomNonBlockingServer$SelectAcceptThread.handleAccept(CustomNonBlockingServer.java:253)
	at org.apache.accumulo.server.util.CustomNonBlockingServer$SelectAcceptThread.select(CustomNonBlockingServer.java:224)
	at org.apache.accumulo.server.util.CustomNonBlockingServer$SelectAcceptThread.run(CustomNonBlockingServer.java:183)
{noformat}

Sad part -- the TabletServer didn't actually exit. Need to figure out exactly why. 

Saw this with 1.7, but I'm guessing it affects everything?



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