Date: Sun, 18 Apr 2010 21:18:32 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastd hastd.c pjdlog.c primary.c proto_socketpair.c Message-ID: <201004182120.o3ILKn6N091673@repoman.freebsd.org>
index | next in thread | raw e-mail
pjd 2010-04-18 21:18:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sbin/hastd hastd.c pjdlog.c primary.c
proto_socketpair.c
Log:
SVN rev 206811 on 2010-04-18 21:18:32Z by pjd
MFC r204177,r205738,r206669,r206696,r206697:
r204177:
Changing proto_socketpair.c compilation and linking order revealed
a problem - we should simply ignore proto_server() if address
doesn't start with socketpair://, and not abort.
r205738:
Don't hold connection lock when doing reconnects as it makes I/Os wait for
connection timeouts.
Reported by: Kevin Day <toasty@dragondata.com>
r206669:
Increase ggate queue size to maximum value.
HAST was not able to stand heavy random load.
Reported by: Hiroyuki Yamagami
r206696:
Fix control socket leak when worker process exits.
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com>
r206697:
Fix log size calculation which caused message truncation.
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com>
Revision Changes Path
1.2.2.3 +1 -0 src/sbin/hastd/hastd.c
1.2.2.3 +1 -1 src/sbin/hastd/pjdlog.c
1.3.2.3 +51 -27 src/sbin/hastd/primary.c
1.2.2.3 +4 -1 src/sbin/hastd/proto_socketpair.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004182120.o3ILKn6N091673>
