Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0E2E11C3F for ; Sat, 20 Sep 2014 01:17:35 +0000 (UTC) Received: (qmail 92367 invoked by uid 500); 20 Sep 2014 01:17:35 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 92336 invoked by uid 500); 20 Sep 2014 01:17:35 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 92317 invoked by uid 99); 20 Sep 2014 01:17:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2014 01:17:35 +0000 Date: Sat, 20 Sep 2014 01:17:35 +0000 (UTC) From: "Corey J. Nolet (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3114) Incorrect thrift dependency doesn't kill tserver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Corey J. Nolet updated ACCUMULO-3114: ------------------------------------- Fix Version/s: (was: 1.6.1) 1.6.2 > 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.5.1, 1.6.0 > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 1.5.3, 1.6.2, 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)