You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by es...@apache.org on 2011/12/28 02:15:36 UTC

svn commit: r1225069 - /incubator/flume/branches/flume-728/CHANGELOG

Author: esammer
Date: Wed Dec 28 01:15:36 2011
New Revision: 1225069

URL: http://svn.apache.org/viewvc?rev=1225069&view=rev
Log:
- Updating CHANGELOG.

Modified:
    incubator/flume/branches/flume-728/CHANGELOG

Modified: incubator/flume/branches/flume-728/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/flume/branches/flume-728/CHANGELOG?rev=1225069&r1=1225068&r2=1225069&view=diff
==============================================================================
--- incubator/flume/branches/flume-728/CHANGELOG (original)
+++ incubator/flume/branches/flume-728/CHANGELOG Wed Dec 28 01:15:36 2011
@@ -1,14 +1,39 @@
-Flume version 1.0.0
-Bug
+Release Notes - Flume - Version v1.0.0 - 20111227
 
-    * [FLUME-769] - FLUME-728 - TestJsonFileConfigurationProvider fails due to timing issue
-    * [FLUME-784] - MemoryChannel should poll with timeout on take() rather than block indefinitely
-    * [FLUME-788] - Add more test cases to Flume-NG HDFS test
-    * [FLUME-803] - support re-entrant transaction for memory channel
-    * [FLUME-806] - Fix cast exception in MemoryChannel due to config type changes
-    * [FLUME-807] - Fix tests broken by FLUME-802 changes
-    * [FLUME-809] - Fix channel syntax javadoc bug in PropertiesFileConfigurationProvider
-    * [FLUME-811] - Remove logging of avro client that causes errors with proxy object methods
+** Bug
+    * [FLUME-831] - flume-jdbc-channel project has unnecessary direct dependency on log4j API
+    * [FLUME-833] - Audit Direct Library Deps for Flume NG
+    * [FLUME-858] - HDFSWriterFactory is using operation == for string comparison
+    * [FLUME-863] - Use of unknown sink type leads to NullPointerException
+    * [FLUME-868] - RAT checks fail on builds.apache.org due to local maven repo
+    * [FLUME-869] - JDBC channel tests leave derby.log in module directory
+    * [FLUME-870] - LoggerSink contains two calls to Transaction#commit()
+    * [FLUME-880] - HDFSFormatterFactory is using == operator for String objects
+    * [FLUME-887] - Add maven assembly to build a source only artifact
+    * [FLUME-891] - flume-ng script doesn't build the classpath properly
+    * [FLUME-894] - Add log4j as part of the build
+    * [FLUME-898] - Create DISCLAIMER file for Flume project
+    * [FLUME-900] - RELEASENOTES file needs to be ignored by RAT
+    * [FLUME-902] - Remove thrift references in NG build
+    * [FLUME-903] - Update project metadata in main pom
+    * [FLUME-904] - Update plugin and dependency repos referenced in the main pom
+    * [FLUME-905] - ExecSource silently fails after first transaction with channel
+
+** Improvement
+    * [FLUME-867] - Pollable source and sink runners should reduce poll interval after several BACKOFFs
+    * [FLUME-871] - HDFS sink needs to handle blocked/hung append operation
+
+** Task
+    * [FLUME-876] - Update README, NOTICE, LICENSE, and DEVNOTES files
+    * [FLUME-878] - Write release-ready Maven assembly descriptor
+    * [FLUME-879] - Document Flume's ASF release process
+    * [FLUME-885] - Set version number of project to 1.0.0-SNAPSHOT for NG branch
+    * [FLUME-899] - Add Release notes
+    * [FLUME-901] - Make Flume NG build and pass tests against Hadoop 0.23 branch
+
+Release Notes - Flume - Version NG alpha 2 - 20111107
+
+** Bug
     * [FLUME-773] - ExecSource doesn't rollback transactions on errors
     * [FLUME-805] - HDFS sink should mangle the names of incomplete files till they are closed
     * [FLUME-815] - Test json config file has missing bind property
@@ -21,17 +46,46 @@ Bug
     * [FLUME-827] - Avro client conn failure results in 60-second wait before terminating
     * [FLUME-848] - Typo is TestHDFSEventSink path
     * [FLUME-861] - AvroSource is failing on ClosedChannelException
-    * [FLUME-831] - jdbc-channel project has unnecessary direct dependency on log4j API
-    * [FLUME-858] - HDFSWriterFactory is using operation == for string comparison
-    * [FLUME-863] - Use of unknown sink type leads to NullPointerException
-    * [FLUME-869] - JDBC channel tests leave derby.log in module directory
 
-Epic
+** Improvement
+    * [FLUME-819] - JDBC channel plugin is not registered with Flume node
+    * [FLUME-820] - JDBC channel should support capacity specification.
+    * [FLUME-821] - Derby schema handler should create the necessary indexes for fast lookups.
+    * [FLUME-826] - Update libs
 
-    * [FLUME-728] - Flume NG refactoring
+** New Feature
+    * [FLUME-775] - Support text output
+    * [FLUME-814] - Add support for multiple channels to sources
 
-Improvement
+** Task
+    * [FLUME-812] - Enable Apache RAT checks during Maven build
+    * [FLUME-866] - Remove old plugins and log4j appender
 
+Release Notes - Flume - Version NG alpha 1 - 20111021
+
+** Sub-task
+    * [FLUME-737] - Port Flume OG sources and sinks to NG interfaces
+    * [FLUME-739] - Create NG node configuration components
+    * [FLUME-747] - Create NG command line launchers and daemon infrastructure
+    * [FLUME-760] - Implement JDBC based channel implementation
+    * [FLUME-761] - Implement HDFS Flume NG sink
+    * [FLUME-777] - Support text output for HDFS sink
+    * [FLUME-795] - Replace the non-transactional memory channel with new transactional memory channel
+
+** Bug
+    * [FLUME-769] - FLUME-728 - TestJsonFileConfigurationProvider fails due to timing issue
+    * [FLUME-784] - MemoryChannel should poll with timeout on take() rather than block indefinitely
+    * [FLUME-788] - Add more test cases to Flume-NG HDFS test
+    * [FLUME-803] - support re-entrant transaction for memory channel
+    * [FLUME-806] - Fix cast exception in MemoryChannel due to config type changes
+    * [FLUME-807] - Fix tests broken by FLUME-802 changes
+    * [FLUME-809] - Fix channel syntax javadoc bug in PropertiesFileConfigurationProvider
+    * [FLUME-811] - Remove logging of avro client that causes errors with proxy object methods
+
+** Epic
+    * [FLUME-728] - Flume NG refactoring
+
+** Improvement
     * [FLUME-772] - MemoryChannel should push events back into channel on rollback
     * [FLUME-774] - Move HDFS sink into a separate module
     * [FLUME-781] - Add error checking to AvroCLICilent
@@ -39,38 +93,17 @@ Improvement
     * [FLUME-783] - Add a batch event RPC call to AvroSource
     * [FLUME-804] - Support help and node name arguments from the command line
     * [FLUME-810] - Add help command line options to AvroCLIClient
-    * [FLUME-819] - JDBC channel plugin is not registered with Flume node
-    * [FLUME-820] - JDBC channel should support capacity specification.
-    * [FLUME-821] - Derby schema handler should create the necessary indexes for fast lookups.
-    * [FLUME-826] - Update libs
-    * [FLUME-871] - HDFS sink needs to handle blocked/hung append operation
-
-New Feature
 
+** New Feature
     * [FLUME-771] - Implement NG Avro source
     * [FLUME-778] - Implement NG Avro sink
     * [FLUME-779] - Create an Avro CLI for sending data to the Avro source
-    * [FLUME-775] - Support text output
-    * [FLUME-814] - Add support for multiple channels to sources
-
-Task
 
+** Task
     * [FLUME-780] - Reduce default log levels for chatty libraries
     * [FLUME-785] - Write javadoc for builtin channels
     * [FLUME-786] - Write javadoc for builtin sources
     * [FLUME-787] - Write javadoc for builtin sinks
     * [FLUME-801] - Write NG getting started guide
     * [FLUME-802] - Complete PropertyFileConfigurationProvider implementation
-    * [FLUME-812] - Enable Apache RAT checks during Maven build
-    * [FLUME-866] - Remove old plugins and log4j appender
-    * [FLUME-885] - Set version number of project to 1.0.0-SNAPSHOT for NG branch
 
-Sub-task
-
-    * [FLUME-737] - Port Flume OG sources and sinks to NG interfaces
-    * [FLUME-739] - Create NG node configuration components
-    * [FLUME-747] - Create NG command line launchers and daemon infrastructure
-    * [FLUME-760] - Implement JDBC based channel implementation
-    * [FLUME-761] - Implement HDFS Flume NG sink
-    * [FLUME-777] - Support text output for HDFS sink
-    * [FLUME-795] - Replace the non-transactional memory channel with new transactional memory channel