cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./clustermon.spec.in.in make/version.in  ...
Date: 3 Jul 2008 15:01:29 -0000	[thread overview]
Message-ID: <20080703150129.13053.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2008-07-03 15:01:28

Modified files:
	.              : clustermon.spec.in.in 
	make           : version.in 
	ricci/modules/cluster/clumon/src/common: ClusterMonitor.cpp 

Log message:
	fix bz453961

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.25.2.14&r2=1.25.2.15
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.28.2.14&r2=1.28.2.15
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.4.2&r2=1.2.4.3

--- conga/clustermon.spec.in.in	2008/04/18 03:31:46	1.25.2.14
+++ conga/clustermon.spec.in.in	2008/07/03 15:01:26	1.25.2.15
@@ -194,6 +194,9 @@
 
 
 %changelog
+* Thu Jul 03 2008 Ryan McCabe <rmccabe@redhat.com> 0.11.2-1
+- Fix bz453961 (cluster-snmp deadlocks snmpd)
+
 * Tue Apr 15 2008 Ryan McCabe <rmccabe@redhat.com> 0.11.1-3
 - Fix bz441966 (cluster-snmp dlopen failure)
  
--- conga/make/version.in	2008/05/12 17:09:53	1.28.2.14
+++ conga/make/version.in	2008/07/03 15:01:27	1.28.2.15
@@ -1,2 +1,2 @@
-VERSION=0.11.1
-RELEASE=5
+VERSION=0.11.2
+RELEASE=1
--- conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp	2008/03/25 01:27:18	1.2.4.2
+++ conga/ricci/modules/cluster/clumon/src/common/ClusterMonitor.cpp	2008/07/03 15:01:27	1.2.4.3
@@ -42,6 +42,8 @@
 	try {
 		ClientSocket sock(_sock_path);
 
+		sock.nonblocking(true);
+
 		if(sock.send("GET").size())
 			throw int();
 



             reply	other threads:[~2008-07-03 15:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03 15:01 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-22 19:32 [Cluster-devel] conga ./clustermon.spec.in.in make/version.in rmccabe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080703150129.13053.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).