[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Recommendations for a "hot standby" subversion server

From: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: Fri, 4 Jul 2008 20:07:47 -0700

We have a half-dozen svn repositories hosted on a Fedora 7 box, the
largest of which is ~10GB/100k revisions. Right now, our failsafe
strategy is nightly hotcopy's backed up to tape. If the server were
to crash irrecoverably, we would have to bring up another pc, install
software as needed, restore the previous night's hotcopy, and go, all
of which could take a number of hours. Thus, we'd like to explore a
"hot standby" server. (Really it's just "warm": manual intervention
is ok, but it would be nice if it was relatively quick.)

My (very hazy) initial thought is to use 1.5 write-through proxying to
have a master server and eventually multiple slave servers (1 per
geographic region). One slave would be designated as the backup
primary. Since the hooks are different for a slave vs a master, each
server would have a set of standard hooks and a set of hooks we'd
switch to in the event the master went down. Likewise, for apache
configurations. If the master goes down, we switch hooks/configs on
all slaves. If a slave goes down, we merely update dns to redirect to
another slave or perhaps to the master.

So the first questions are: does this make sense? Is there a better
way? Any gotchas I should consider?

In addition some questions/concerns re write-through proxying:
* svnbook mentions the concern about a failed svnsync leaving a slave
out-of-date until the next commit and mentions monitoring slaves
out-of-band to narrow this window. However, revprop edits seem like a
bigger hole still: if a "synsync copy-revprops" fails for some reason
(e.g., slave down) what's the recommended practice?
* If a slave is down, will svnsync's to that slave (in the master's
post-commit hook) respond gracefully?
* svnbook seems to recommend forking off svnsync's, which allows for
the possibility of rapid back-to-back commits resulting in multiple
simultaneous svnsync's to the same slave. Same question: is this
handled gracefully?

Thanks for any comments.
Kylo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-05 05:08:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.