From owner-freebsd-fs@FreeBSD.ORG Fri Oct 25 22:17:43 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D64B54F2; Fri, 25 Oct 2013 22:17:43 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D0D5265A; Fri, 25 Oct 2013 22:17:43 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id tp5so7707248ieb.3 for ; Fri, 25 Oct 2013 15:17:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=9y6UAQhUQFJEr8Tt3d/kaRAFniDO2BaG0datjdtr3vc=; b=fndHfQ8gPmpJQg5eqmJwD22jCPuAKNYKii64o9Bfccg9INuLdQn2mVJ0apTd1UpQYi mKtz8m0DfBAMUg0ZPltR4Qh05qIhOjzpDWYVfsZE/MfTjDo7i7zMsl0ED3Dz7TcM5ihV jh+xr64nT5kK2z3CtTk85+piRXVfnvsBmJ9DhsqGgvwEMHQprxy4ZagKjHz5Kkzw1Mxh 1CxNmpevMzJGDCXpQCC8oI3gGwL8y8BnvkuZOOJPi8U9t7ANB3BZAP5Jnm5EDvNj2JNg Pgi3h6rEo7e40afIaHkYa6uWw0wfsf+8K2YAkBWtivNeUOUf0Oon8oBrQpvnP6lnF9/l E4Zg== MIME-Version: 1.0 X-Received: by 10.50.1.78 with SMTP id 14mr292860igk.37.1382739462950; Fri, 25 Oct 2013 15:17:42 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.43.180.131 with HTTP; Fri, 25 Oct 2013 15:17:42 -0700 (PDT) In-Reply-To: <723e41d2533cfb09bf6892a172592744@webmail.lerctr.org> References: <201310251933.r9PJX8sx086597@hergotha.csail.mit.edu> <29a687d287cf28d34283566eba509486@webmail.lerctr.org> <723e41d2533cfb09bf6892a172592744@webmail.lerctr.org> Date: Fri, 25 Oct 2013 18:17:42 -0400 X-Google-Sender-Auth: 0KtW8qaDVnoCW1gqPY4B4qnlYzk Message-ID: Subject: Re: ZFS: Invalid SEND/RECV stream still From: J David To: Larry Rosenman Content-Type: text/plain; charset=ISO-8859-1 Cc: Freebsd fs , current@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 22:17:43 -0000 On Fri, Oct 25, 2013 at 6:11 PM, Larry Rosenman wrote: > we've tried this, and still the same issue. Post that and the shorter local-only reproduction then, so people don't spend time looking at the network layer. > So. I'm not sure how to diagnose it. > > The message out of zfs send/recv is not very informative. > > Other ideas? Two: 1) Do a non-incremental send/receive and see if it works. 2) Set up this exact test between two 10.0-BETA1 machines and then two 11-CURRENT machines to demonstrate whether the problem is specific to one version or the other, or limited to the interaction between the two versions. If the latter, then you may have to start bisecting commits to find the breaking point. Good luck!