From users-return-19010-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Thu Aug 8 08:41:31 2013 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 B994A109DB for ; Thu, 8 Aug 2013 08:41:31 +0000 (UTC) Received: (qmail 43587 invoked by uid 500); 8 Aug 2013 08:41:31 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 43561 invoked by uid 500); 8 Aug 2013 08:41:30 -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 43542 invoked by uid 99); 8 Aug 2013 08:41:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2013 08:41:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [217.26.49.174] (HELO mxout014.mail.hostpoint.ch) (217.26.49.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Aug 2013 08:41:21 +0000 Received: from [10.0.2.45] (helo=asmtp012.mail.hostpoint.ch) by mxout014.mail.hostpoint.ch with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1V7LmG-0009Ws-Od for users@subversion.apache.org; Thu, 08 Aug 2013 10:41:00 +0200 Received: from [89.248.158.85] (helo=[192.168.0.131]) by asmtp012.mail.hostpoint.ch with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1V7LmG-00087f-MV for users@subversion.apache.org; Thu, 08 Aug 2013 10:41:00 +0200 X-Authenticated-Sender-Id: eg@viscomvisual.com Message-ID: <5203599C.1010009@viscomvisual.com> Date: Thu, 08 Aug 2013 10:41:00 +0200 From: Elias Gerber User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@subversion.apache.org Subject: Re: svn client 1.8.1: Tries to log-in forever, hammering the server, eating memory and cpu References: <52035462.1030802@viscomvisual.com> <20130808083618.GJ31959@ted.stsp.name> In-Reply-To: <20130808083618.GJ31959@ted.stsp.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 08.08.2013 10:36, Stefan Sperling wrote: > 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. Thank you. That matches exactly our problem. We will watch out for updates (we actually use TortoiseSVN, I just used svn.exe to test things to ensure its not a TortoiseSVN problem). Elias