You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2014/11/18 18:14:08 UTC

svn commit: r1640391 - /qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml

Author: orudyy
Date: Tue Nov 18 17:14:08 2014
New Revision: 1640391

URL: http://svn.apache.org/r1640391
Log:
QPID-6233: [Java Broker] Update operational logging appendix in Java Broker documentation

Modified:
    qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml

Modified: qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml?rev=1640391&r1=1640390&r2=1640391&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml (original)
+++ qpid/trunk/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml Tue Nov 18 17:14:08 2014
@@ -369,6 +369,15 @@
               threshold so the flow to disk feature has been deactivated.</para>
           </entry>
         </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1016">
+          <entry morerows="1">BRK-1016</entry>
+          <entry>Fatal error : <replaceable>root cause</replaceable> : See log file for more information</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Indicates that broker was shut down due to fatal error.</para>
+          </entry>
+        </row>
       </tbody>
     </tgroup>
   </table>
@@ -528,6 +537,26 @@
               details.</para>
           </entry>
         </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1006">
+          <entry morerows="1">VHT-1006</entry>
+          <entry>Filesystem is over <replaceable>size in %</replaceable> per cent full, enforcing flow control.</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Indicates that virtual host flow control is activated
+                  when the usage of file system containing Virtualhost  message store exceeded predefined limit.</para>
+          </entry>
+        </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1007">
+          <entry morerows="1">VHT-1007</entry>
+          <entry>Filesystem is no longer over <replaceable>size in %</replaceable> per cent full.</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Indicates that virtual host flow control is deactivated
+                  when the usage of file system containing Virtualhost message falls under predefined limit.</para>
+          </entry>
+        </row>
       </tbody>
     </tgroup>
   </table>
@@ -848,6 +877,26 @@
             </para>
           </entry>
         </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1012">
+          <entry morerows="1">CHN-1012</entry>
+          <entry>Flow Control Ignored. Channel will be closed.</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Indicates that a channel violating the imposed flow control has been closed
+            </para>
+          </entry>
+        </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1013">
+          <entry morerows="1">CHN-1013</entry>
+          <entry>Uncommitted transaction contains <replaceable>size</replaceable> bytes of incoming message data.</entry>
+        </row>
+        <row>
+          <entry>
+              <para>Warns about uncommitted transaction with large message(s)
+              </para>
+          </entry>
+        </row>
       </tbody>
     </tgroup>
   </table>
@@ -1301,4 +1350,64 @@
     </tgroup>
   </table>
 
+  <table pgwide="1" id="Java-Broker-Appendix-Operation-Logging-Message-List-Port">
+    <title>Port Log Messages</title>
+    <tgroup cols="2">
+      <thead>
+        <row>
+          <entry>Message Id</entry>
+          <entry>Message Text / Purpose</entry>
+        </row>
+      </thead>
+      <tbody>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1001">
+          <entry morerows="1">PRT-1001</entry>
+          <entry>Create</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Port has been created.</para>
+          </entry>
+        </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1002">
+          <entry morerows="1">PRT-1002</entry>
+          <entry>Open</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Port has been open</para>
+          </entry>
+        </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1003">
+          <entry morerows="1">PRT-1003</entry>
+          <entry>Close</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Port has been closed</para>
+          </entry>
+        </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1004">
+          <entry morerows="1">PRT-1004</entry>
+          <entry>Connection count <replaceable>number</replaceable> within <replaceable>warn limit</replaceable> % of maximum <replaceable>limit</replaceable>
+          </entry>
+        </row>
+        <row>
+          <entry>
+            <para>Warns that number of open connections approaches maximum allowed limit</para>
+          </entry>
+        </row>
+        <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1005">
+          <entry morerows="1">PRT-1005</entry>
+          <entry>Connection from <replaceable>host</replaceable> rejected</entry>
+        </row>
+        <row>
+          <entry>
+            <para>Connection from given host is rejected because of reaching the maximum allowed limit</para>
+          </entry>
+        </row>
+        </tbody>
+    </tgroup>
+</table>
+
 </appendix>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org