[Checkins] SVN: zc.async/trunk/src/zc/async/queue. add a massive hint to a critical log message
Fred Drake
fdrake at gmail.com
Fri May 22 10:37:06 EDT 2009
Log message for revision 100230:
add a massive hint to a critical log message
Changed:
U zc.async/trunk/src/zc/async/queue.py
U zc.async/trunk/src/zc/async/queue.txt
-=-
Modified: zc.async/trunk/src/zc/async/queue.py
===================================================================
--- zc.async/trunk/src/zc/async/queue.py 2009-05-22 14:31:48 UTC (rev 100229)
+++ zc.async/trunk/src/zc/async/queue.py 2009-05-22 14:37:05 UTC (rev 100230)
@@ -202,7 +202,8 @@
"or that some transactions in the system are taking too long "
"to commit. Activating, to correct the current problem, but "
"if the dispatcher was inappropriately viewed as ``dead`` and "
- "deactivated, you should investigate the cause.",
+ "deactivated, you should investigate the cause (be sure to "
+ "check that time is synced on all participating machines).",
uuid)
# we do this rather than calling ``activate`` because the semantics
# are different. ``activate`` is after a true deactivation, and
Modified: zc.async/trunk/src/zc/async/queue.txt
===================================================================
--- zc.async/trunk/src/zc/async/queue.txt 2009-05-22 14:31:48 UTC (rev 100229)
+++ zc.async/trunk/src/zc/async/queue.txt 2009-05-22 14:37:05 UTC (rev 100230)
@@ -577,7 +577,8 @@
that the dispatcher's ping_death_interval is set too short, or that some
transactions in the system are taking too long to commit. Activating, to
correct the current problem, but if the dispatcher was inappropriately
- viewed as ``dead`` and deactivated, you should investigate the cause.
+ viewed as ``dead`` and deactivated, you should investigate the cause
+ (be sure to check that time is synced on all participating machines).
>>> da.deactivate()
>>> bool(da.activated)
False
More information about the Checkins
mailing list