Updated Branches: refs/heads/flume-1.3.0 f25f72450 -> 77b5d2885
FLUME-1810. Update CHANGELOG for Apache Flume 1.3.1 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/77b5d288 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/77b5d288 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/77b5d288 Branch: refs/heads/flume-1.3.0 Commit: 77b5d2885fecb3560a873bd89f49cbac8a010347 Parents: f25f724 Author: Hari Shreedharan <[email protected]> Authored: Fri Dec 21 21:52:36 2012 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Fri Dec 21 21:52:36 2012 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/77b5d288/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 34cf08e..adbd5ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,7 +13,9 @@ Release Notes - Flume - Version v1.3.1 * [FLUME-1773] - File Channel worker thread should not be daemon * [FLUME-1774] - EventBackingStoreFactory error message asks user to delete checkpoint which is now done automatically * [FLUME-1775] - FileChannel Log Background worker should catch Throwable + * [FLUME-1788] - Flume Thrift source can fail intermittently because of a race condition in Thrift server implementation on some Linux systems * [FLUME-1789] - Unit tests TestJCEFileKeyProvider and TestFileChannelEncryption fail with IBM JDK and flume-1.3.0 + * [FLUME-1795] - Flume thrift legacy source does not have proper logging configured Release Notes - Flume - Version v1.3.0
