Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 81449 invoked from network); 18 Feb 2011 16:35:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2011 16:35:33 -0000 Received: (qmail 71501 invoked by uid 500); 18 Feb 2011 16:35:32 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 71297 invoked by uid 500); 18 Feb 2011 16:35:30 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 71284 invoked by uid 99); 18 Feb 2011 16:35:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Feb 2011 16:35:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of edlinuxguru@gmail.com designates 209.85.161.48 as permitted sender) Received: from [209.85.161.48] (HELO mail-fx0-f48.google.com) (209.85.161.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Feb 2011 16:35:21 +0000 Received: by fxm2 with SMTP id 2so3854540fxm.35 for ; Fri, 18 Feb 2011 08:34:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=R6fgg2FY1/LPpCVYdhDITn2J1ysxDX+ogD2Es8DVuvE=; b=a8ngdF2Zi5hZyUk0sfABPjvc+nYMtqcvyjeQl6iSiwBirICy0kKahYpijOqAqMnrx0 0v0JkX+fqAgK62EM0IfkQFBFBy8ipWh45N/KtZ1GE79TETIdG0VozRhMLbqM4PqECH3V CFBlywQuHUZzlxUoET05mWFZ6a46dSCottwOM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xS3sFoXExBSpahfaW9TR7W8POe5L21BF5+x1Dzh66kwFJpKRHypK3BNgEQKsJqgqmK k6CBFidSAn/EMQQvsnuitPk8CQ3CMN/kD5TwfKM5V4rY7JwOaCgtaPrSC/myM2yEvDIi WwhkBKvMhS6NvRRAePOCFoTkSrD8RoA5IRp7Y= MIME-Version: 1.0 Received: by 10.223.96.73 with SMTP id g9mr1232354fan.24.1298046872388; Fri, 18 Feb 2011 08:34:32 -0800 (PST) Received: by 10.223.108.203 with HTTP; Fri, 18 Feb 2011 08:34:32 -0800 (PST) Date: Fri, 18 Feb 2011 11:34:32 -0500 Message-ID: Subject: Trying to make sense of build/ql/tmp/hive.log From: Edward Capriolo To: dev@hive.apache.org Content-Type: text/plain; charset=ISO-8859-1 It seems that each time the test argument is run hive makes tens hundreds of... 011-02-18 07:46:50,243 WARN zookeeper.ClientCnxn (ClientCnxn.java:run(1120)) - Session 0x12e397322680000 for server null, unexpected error, closing socket con nection and attempting reconnect java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1078) 2011-02-18 07:46:50,243 DEBUG zookeeper.ClientCnxn (ClientCnxn.java:cleanup(1167)) - Ignoring exception during shutdown input java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.shutdownInput(SocketChannelImpl.java:638) at sun.nio.ch.SocketAdaptor.shutdownInput(SocketAdaptor.java:360) at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1164) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1129) 2011-02-18 07:46:50,243 DEBUG zookeeper.ClientCnxn (ClientCnxn.java:cleanup(1174)) - Ignoring exception during shutdown output java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:649) at sun.nio.ch.SocketAdaptor.shutdownOutput(SocketAdaptor.java:368) at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1171) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1129) Turning off locking in a q test does not seem to help. I guess these are non destructive but what is going on with this? Edward