Bug 512363 - regression of Endless authentication to SVN when invalid user/password
Summary: regression of Endless authentication to SVN when invalid user/password
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: 3.3.2   Edit
Hardware: PC Linux
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-17 07:20 EST by Maciej Lizewski CLA
Modified: 2017-02-17 09:15 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Lizewski CLA 2017-02-17 07:20:57 EST
I think it is regression or it was not fixed properly. I see very same results as described here: https://issues.jenkins-ci.org/browse/JENKINS-2909
with Hudson 3.3.3 and subversion plugin 2.3.11

Maybe the only difference is that it happens only for cases where there is more than one possible account, but all of them are wrong. It results in dozens "authentication failed" logs per second on svn server for every such user:

user USERA: authentication failure for "/xxx": Password Mismatch
user USERB: authentication failure for "/xxx": Password Mismatch
user USERA: authentication failure for "/xxx": Password Mismatch
user USERB: authentication failure for "/xxx": Password Mismatch

...etc.
Comment 1 Maciej Lizewski CLA 2017-02-17 09:15:29 EST
Ok. there were multiple subversion.credentials entries in job and in globals Hudson scope, all of them - invalid. However event entering project settings (which checks svn connections and shows current status) caused endless round robin try of every such credential andthere was no status on settings page at all (neither ok nor error). Even changing credential in such project and providing correct password did not stop already started background endless loop.

Current workaround - delete subversion.credentials in job scope and globals and hard restart of jetty running hudson. Only this helped.