Tom Wheeler created FLUME-2297:
----------------------------------
Summary: Custom Source Example in Developer Guide Uses Unnecessary
Transaction
Key: FLUME-2297
URL: https://issues.apache.org/jira/browse/FLUME-2297
Project: Flume
Issue Type: Bug
Components: Docs
Affects Versions: v1.4.0
Environment: Any Web browser
Reporter: Tom Wheeler
Priority: Minor
The custom source in the Flume Developer's guide shows the use of a transaction
in the process() method:
http://flume.apache.org/FlumeDeveloperGuide.html#source
I think this is unnecessarily complex and makes a poor example. Since
ChannelProcessor.processEvent also wraps everything in a transaction, the
transaction inside the source itself is redundant. This issue requests the
example be simplified to only what's really needed.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)