Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7BC1109CA for ; Thu, 8 Aug 2013 08:36:50 +0000 (UTC) Received: (qmail 40856 invoked by uid 500); 8 Aug 2013 08:36:50 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 40319 invoked by uid 500); 8 Aug 2013 08:36:49 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 40311 invoked by uid 99); 8 Aug 2013 08:36:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2013 08:36:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2013 08:36:41 +0000 X-Envelope-From: stsp@stsp.name Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r788aJ91029132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 8 Aug 2013 10:36:19 +0200 Received: from ted.stsp.name (stsp@localhost [127.0.0.1]) by ted.stsp.name (8.14.6/8.14.3) with ESMTP id r788aJfS009481; Thu, 8 Aug 2013 10:36:19 +0200 (CEST) Received: (from stsp@localhost) by ted.stsp.name (8.14.6/8.14.3/Submit) id r788aI66000103; Thu, 8 Aug 2013 10:36:18 +0200 (CEST) Date: Thu, 8 Aug 2013 10:36:18 +0200 From: Stefan Sperling To: Elias Gerber Cc: users@subversion.apache.org Subject: Re: svn client 1.8.1: Tries to log-in forever, hammering the server, eating memory and cpu Message-ID: <20130808083618.GJ31959@ted.stsp.name> Mail-Followup-To: Elias Gerber , users@subversion.apache.org References: <52035462.1030802@viscomvisual.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52035462.1030802@viscomvisual.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Aug 08, 2013 at 10:18:42AM +0200, Elias Gerber wrote: > Since svn 1.8.x we experience the following: > Clients that are part of the domain can log in without any problems. > Clients that are not part of the domain try to log-in forever using > the local account. The server rejects those credentials - it only > knows about domain-users, not about local users. The client does not > stop to log in then, but tries forever: At the server we see > thousands of rejected log-in requests, at the client we see that it > uses one core of the cpu 100% and eats more and more memory and > never (? - I killed it when it reached more than one Gigabyte of > memory) stops. My guess would be this issue in serf: http://code.google.com/p/serf/issues/detail?id=77 The 1.7 client uses neon instead of serf and optionally supports serf, but not many people used serf with 1.7 clients. Support for neon has been removed as of 1.8. The serf developers are working hard on issues that pop up now that people are actually using it. Please use 1.7 clients for now if this is a show stopper for you, and upgrade to a fixed version of serf once it is released. You don't need to upgrade Subversion itself for this fix.