You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2013/07/04 17:25:20 UTC

svn commit: r1499782 - /logging/log4j/log4j2/trunk/src/changes/changes.xml

Author: rgoers
Date: Thu Jul  4 15:25:20 2013
New Revision: 1499782

URL: http://svn.apache.org/r1499782
Log:
LOG4J2-278, LOG4J2-279 - Move Berkeley DB I/O to its own thread pool to avoid interrupts. Disallow calls from Avro or Flume to avoid circularity

Modified:
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1499782&r1=1499781&r2=1499782&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Jul  4 15:25:20 2013
@@ -21,6 +21,12 @@
   </properties>
   <body>
     <release version="2.0-beta8" date="2013-??-??" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-278" dev="rgoers" type="fix">
+        Filter calls from Avro or Flume to be ignored by the FlumeAppender.
+      </action>
+      <action issue="LOG4J2-279" dev="rgoers" type="fix">
+        FlumePersistentManager now calls Berkeley DB from threads to avoid encountering interrupts in the application.
+      </action>
       <action issue="LOG4J2-296" dev="ggregory" type="fix">
         Wasted work in FlumePersistentManager.createManager.
       </action>