Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 64734 invoked from network); 12 May 2010 18:11:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 18:11:35 -0000 Received: (qmail 83552 invoked by uid 500); 12 May 2010 18:11:35 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 83520 invoked by uid 500); 12 May 2010 18:11:35 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 83512 invoked by uid 99); 12 May 2010 18:11:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 18:11:35 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 May 2010 18:11:33 +0000 Received: (qmail 64703 invoked by uid 99); 12 May 2010 18:11:11 -0000 Received: from localhost.apache.org (HELO [10.0.0.119]) (127.0.0.1) (smtp-auth username phunt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 18:11:11 +0000 Message-ID: <4BEAEF40.7040106@apache.org> Date: Wed, 12 May 2010 11:11:12 -0700 From: Patrick Hunt User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: zookeeper-user@hadoop.apache.org CC: Jordan Zimmerman Subject: Re: Xid out of order. Got 8 expected 7 References: <412394FA-B66E-443A-9C1F-40E899D46DDA@proofpoint.com> In-Reply-To: <412394FA-B66E-443A-9C1F-40E899D46DDA@proofpoint.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Jordan, you've seen this once or frequently? (having the server + client logs will help alot) Patrick On 05/12/2010 11:08 AM, Jordan Zimmerman wrote: > Sure - if you think it's a bug. > > We were using Zookeeper without issue. I then refactored a bunch of > code and this new behavior started. I'm starting ZK using "zkServer > start" and haven't made any changes to the code at all. > > I'll get the logs together and post a JIRA. > > -JZ > > On May 12, 2010, at 10:59 AM, Mahadev Konar wrote: > >> Hi Jordan, Can you create a jira for this? And attach all the >> server logs and client logs related to this timeline? How did you >> start up the servers? Is there some changes you might have made >> accidentatlly to the servers? >> >> >> Thanks mahadev >> >> >> On 5/12/10 10:49 AM, "Jordan Zimmerman" >> wrote: >> >>> We've just started seeing an odd error and are having trouble >>> determining the cause. "Xid out of order. Got 8 expected 7" Any >>> hints on what can cause this? Any ideas on how to debug? >>> >>> We're using ZK 3.3.0. The error occurs in ClientCnxn.java line >>> 781 >>> >>> -Jordan >> >