From dev-return-66601-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Wed Jan 3 21:50:06 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 52F1218077A for ; Wed, 3 Jan 2018 21:50:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 424DE160C1B; Wed, 3 Jan 2018 20:50:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 605DC160C05 for ; Wed, 3 Jan 2018 21:50:05 +0100 (CET) Received: (qmail 37842 invoked by uid 500); 3 Jan 2018 20:50:04 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 37831 invoked by uid 99); 3 Jan 2018 20:50:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2018 20:50:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id EA9861A0403 for ; Wed, 3 Jan 2018 20:50:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5yDf-VCJhfuP for ; Wed, 3 Jan 2018 20:50:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B1E905FAD6 for ; Wed, 3 Jan 2018 20:50:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CEC3BE126D for ; Wed, 3 Jan 2018 20:50:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3374B240EE for ; Wed, 3 Jan 2018 20:50:00 +0000 (UTC) Date: Wed, 3 Jan 2018 20:50:00 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-984) jenkins failure in testSessionMoved - NPE in quorum 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/ZOOKEEPER-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310264#comment-16310264 ] Jordan Zimmerman commented on ZOOKEEPER-984: -------------------------------------------- FWIW - we just saw this in a 3.5.3 instance. > jenkins failure in testSessionMoved - NPE in quorum > --------------------------------------------------- > > Key: ZOOKEEPER-984 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-984 > Project: ZooKeeper > Issue Type: Bug > Affects Versions: 3.3.2 > Reporter: Patrick Hunt > Priority: Blocker > Fix For: 3.5.0 > > Attachments: consoleText16.txt > > > Got the following NPE on my internal jenkins setup running against released 3.3.2 (see attached log) > {noformat} > [junit] 2011-02-06 10:39:56,988 - WARN [QuorumPeer:/0.0.0.0:11365:Follower@116] - Got zxid 0x100000001 expected 0x1 > [junit] 2011-02-06 10:39:56,988 - INFO [SyncThread:3:FileTxnLog@197] - Creating new log file: log.100000001 > [junit] 2011-02-06 10:39:56,989 - WARN [QuorumPeer:/0.0.0.0:11364:Follower@116] - Got zxid 0x100000001 expected 0x1 > [junit] 2011-02-06 10:39:56,989 - INFO [SyncThread:2:FileTxnLog@197] - Creating new log file: log.100000001 > [junit] 2011-02-06 10:39:56,990 - WARN [QuorumPeer:/0.0.0.0:11363:Follower@116] - Got zxid 0x100000001 expected 0x1 > [junit] 2011-02-06 10:39:56,990 - INFO [SyncThread:5:FileTxnLog@197] - Creating new log file: log.100000001 > [junit] 2011-02-06 10:39:56,990 - WARN [QuorumPeer:/0.0.0.0:11366:Follower@116] - Got zxid 0x100000001 expected 0x1 > [junit] 2011-02-06 10:39:56,990 - INFO [SyncThread:1:FileTxnLog@197] - Creating new log file: log.100000001 > [junit] 2011-02-06 10:39:56,991 - INFO [SyncThread:4:FileTxnLog@197] - Creating new log file: log.100000001 > [junit] 2011-02-06 10:39:56,995 - INFO [main-SendThread(localhost.localdomain:11363):ClientCnxn$SendThread@738] - Session establishment complete on server localhost.localdomain/127.0.0.1:11363, sessionid = 0x12dfc45e6dd0000, negotiated timeout = 30000 > [junit] 2011-02-06 10:39:56,996 - INFO [CommitProcessor:1:NIOServerCnxn@1580] - Established session 0x12dfc45e6dd0000 with negotiated timeout 30000 for client /127.0.0.1:37810 > [junit] 2011-02-06 10:39:56,999 - INFO [main:ZooKeeper@436] - Initiating client connection, connectString=127.0.0.1:11364 sessionTimeout=30000 watcher=org.apache.zookeeper.test.QuorumTest$5@248523a0 sessionId=85001345146093568 sessionPasswd= > [junit] 2011-02-06 10:39:57,000 - INFO [main-SendThread():ClientCnxn$SendThread@1041] - Opening socket connection to server /127.0.0.1:11364 > [junit] 2011-02-06 10:39:57,000 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11364:NIOServerCnxn$Factory@251] - Accepted socket connection from /127.0.0.1:36682 > [junit] 2011-02-06 10:39:57,001 - INFO [main-SendThread(localhost.localdomain:11364):ClientCnxn$SendThread@949] - Socket connection established to localhost.localdomain/127.0.0.1:11364, initiating session > [junit] 2011-02-06 10:39:57,002 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11364:NIOServerCnxn@770] - Client attempting to renew session 0x12dfc45e6dd0000 at /127.0.0.1:36682 > [junit] 2011-02-06 10:39:57,002 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:11364:Learner@95] - Revalidating client: 85001345146093568 > [junit] 2011-02-06 10:39:57,003 - INFO [QuorumPeer:/0.0.0.0:11364:NIOServerCnxn@1580] - Established session 0x12dfc45e6dd0000 with negotiated timeout 30000 for client /127.0.0.1:36682 > [junit] 2011-02-06 10:39:57,004 - INFO [main-SendThread(localhost.localdomain:11364):ClientCnxn$SendThread@738] - Session establishment complete on server localhost.localdomain/127.0.0.1:11364, sessionid = 0x12dfc45e6dd0000, negotiated timeout = 30000 > [junit] 2011-02-06 10:39:57,005 - WARN [CommitProcessor:2:NIOServerCnxn@1524] - Unexpected exception. Destruction averted. > [junit] java.lang.NullPointerException > [junit] at org.apache.jute.BinaryOutputArchive.writeRecord(BinaryOutputArchive.java:123) > [junit] at org.apache.zookeeper.proto.SetDataResponse.serialize(SetDataResponse.java:40) > [junit] at org.apache.jute.BinaryOutputArchive.writeRecord(BinaryOutputArchive.java:123) > [junit] at org.apache.zookeeper.server.NIOServerCnxn.sendResponse(NIOServerCnxn.java:1500) > [junit] at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:367) > [junit] at org.apache.zookeeper.server.quorum.CommitProcessor.run(CommitProcessor.java:73) > [junit] Running org.apache.zookeeper.test.QuorumTest > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Test org.apache.zookeeper.test.QuorumTest FAILED (timeout) > [junit] 2011-02-06 10:53:26,189 - INFO [main:PortAssignment@31] - assigning port 11221 > [junit] 2011-02-06 10:53:26,192 - INFO [main:PortAssignment@31] - assigning port 11222 > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)