From 5be3260851d5e10b736ff18754f2e1ff5092bc9f Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Tue, 18 Nov 2014 17:14:08 +0000 Subject: QPID-6233: [Java Broker] Update operational logging appendix in Java Broker documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640391 13f79535-47bb-0310-9956-ffa450edef68 --- ...roker-Appendix-Operational-Logging-Messages.xml | 109 +++++++++++++++++++++ 1 file changed, 109 insertions(+) (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml b/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml index 8b84605683..0c0adffbe3 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml @@ -369,6 +369,15 @@ threshold so the flow to disk feature has been deactivated. + + BRK-1016 + Fatal error : root cause : See log file for more information + + + + Indicates that broker was shut down due to fatal error. + + @@ -528,6 +537,26 @@ details. + + VHT-1006 + Filesystem is over size in % per cent full, enforcing flow control. + + + + Indicates that virtual host flow control is activated + when the usage of file system containing Virtualhost message store exceeded predefined limit. + + + + VHT-1007 + Filesystem is no longer over size in % per cent full. + + + + Indicates that virtual host flow control is deactivated + when the usage of file system containing Virtualhost message falls under predefined limit. + + @@ -848,6 +877,26 @@ + + CHN-1012 + Flow Control Ignored. Channel will be closed. + + + + Indicates that a channel violating the imposed flow control has been closed + + + + + CHN-1013 + Uncommitted transaction contains size bytes of incoming message data. + + + + Warns about uncommitted transaction with large message(s) + + + @@ -1301,4 +1350,64 @@ + + Port Log Messages + + + + Message Id + Message Text / Purpose + + + + + PRT-1001 + Create + + + + Port has been created. + + + + PRT-1002 + Open + + + + Port has been open + + + + PRT-1003 + Close + + + + Port has been closed + + + + PRT-1004 + Connection count number within warn limit % of maximum limit + + + + + Warns that number of open connections approaches maximum allowed limit + + + + PRT-1005 + Connection from host rejected + + + + Connection from given host is rejected because of reaching the maximum allowed limit + + + + +
+ -- cgit v1.2.1