-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3928/
-----------------------------------------------------------
(Updated 2012-02-17 19:51:58.850062)
Review request for Flume.
Changes
-------
Felt guilt about using an anonymous class when ByteArrayOutputStream would
suffice. Updated patch.
Summary
-------
Changes SimpleEvent.toString() to include a human readable representation of
the body byte array.
This addresses bug FLUME-828.
https://issues.apache.org/jira/browse/FLUME-828
Diffs (updated)
-----
flume-ng-core/src/main/java/org/apache/flume/event/SimpleEvent.java e0c3b45
flume-ng-core/src/test/java/org/apache/flume/event/TestSimpleEvent.java
PRE-CREATION
Diff: https://reviews.apache.org/r/3928/diff
Testing
-------
Added two tests for the new code.
Thanks,
Brock