Tue Sep 13 15:51:47 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: "create set" altperl script was missing a comma in a 'set
- Next message: [Slony1-commit] By dpage: Use $(INSTALL_SCRIPT) to install slevent.dll on Windows.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add alternative response which indicates the Solaris threading problem
Modified Files:
--------------
slony1-engine/doc/adminguide:
faq.sgml (r1.43 -> r1.44)
-------------- next part --------------
Index: faq.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/faq.sgml,v
retrieving revision 1.43
retrieving revision 1.44
diff -Ldoc/adminguide/faq.sgml -Ldoc/adminguide/faq.sgml -u -w -r1.43 -r1.44
--- doc/adminguide/faq.sgml
+++ doc/adminguide/faq.sgml
@@ -47,7 +47,26 @@
<screen>
DEBUG1 remoteListenThread_1: connected to 'host=host004 dbname=pgbenchrep user=postgres port=5432'
-ERROR remoteListenThread_1: "select ev_origin, ev_seqno, ev_timestamp, ev_minxid, ev_maxxid, ev_xip, ev_type, ev_data1, ev_data2, ev_data3, ev_data4, ev_data5, ev_data6, ev_data7, ev_data8 from "_pgbenchtest".sl_event e where (e.ev_origin = '1' and e.ev_seqno > '1') order by e.ev_origin, e.ev_seqno" - could not receive data from server: Operation now in progress
+ERROR remoteListenThread_1: "select ev_origin, ev_seqno, ev_timestamp,
+ ev_minxid, ev_maxxid, ev_xip,
+ ev_type,
+ ev_data1, ev_data2,
+ ev_data3, ev_data4,
+ ev_data5, ev_data6,
+ ev_data7, ev_data8 from "_pgbenchtest".sl_event e
+where (e.ev_origin = '1' and e.ev_seqno > '1') order by e.ev_origin, e.ev_seqno" - could not receive data from server: Operation now in progress
+</screen>
+</para>
+
+<para> Alternatively, it may appear like...
+
+<screen>
+ERROR remoteListenThread_2: "select ev_origin, ev_seqno, ev_timestamp,
+ev_minxid, ev_maxxid, ev_xip, ev_type, ev_data1, ev_data2,
+ev_data3, ev_data4, ev_data5, ev_data6, ev_data7, ev_data8
+from "_sl_p2t2".sl_event e where (e.ev_origin = '2' and e.ev_seqno >
+'0') order by e.ev_origin, e.ev_seqno" - could not receive data from
+server: Error 0
</screen>
</para>
</question>
@@ -188,7 +207,14 @@
machine(s). Unfortunately, just about any mismatch will cause things
not to link up quite right. See also <link linkend="threadsafety">
thread safety </link> concerning threading issues on Solaris
-...</para> </answer></qandaentry>
+...</para>
+
+<para> Life is simplest if you only have one set of &postgres;
+binaries on a given server; in that case, there isn't a <quote>wrong
+place</quote> in which &slony1; components might get installed. If
+you have several software installs, you'll have to verify that the
+right versions of &slony1; components are associated with the right
+&postgres; binaries. </para> </answer></qandaentry>
<qandaentry>
<question><para>Table indexes with FQ namespace names
- Previous message: [Slony1-commit] By cbbrowne: "create set" altperl script was missing a comma in a 'set
- Next message: [Slony1-commit] By dpage: Use $(INSTALL_SCRIPT) to install slevent.dll on Windows.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list