[ 
https://issues.apache.org/jira/browse/FLUME-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477515#comment-13477515
 ] 

Hudson commented on FLUME-1631:
-------------------------------

Integrated in flume-trunk #314 (See 
[https://builds.apache.org/job/flume-trunk/314/])
    FLUME-1631: Retire hdfs.txnEventMax in HDFS sink (Revision 
d4dde03d1ff9e19796d9385e8f4a3e87311302f7)

     Result = SUCCESS
brock : 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=d4dde03d1ff9e19796d9385e8f4a3e87311302f7
Files : 
* flume-ng-doc/sphinx/FlumeUserGuide.rst
* 
flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java
* 
flume-ng-sinks/flume-hdfs-sink/src/test/java/org/apache/flume/sink/hdfs/TestHDFSEventSink.java

                
> Retire hdfs.txnEventMax in HDFS sink
> ------------------------------------
>
>                 Key: FLUME-1631
>                 URL: https://issues.apache.org/jira/browse/FLUME-1631
>             Project: Flume
>          Issue Type: Improvement
>          Components: Sinks+Sources
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>            Priority: Minor
>             Fix For: v1.3.0
>
>         Attachments: FLUME-1631-1a.patch, FLUME-1631-1.patch, 
> FLUME-1631-2.patch
>
>
> The HDFS sink uses hdfs.txnEventMax in addition to hdfs.batchSize to control 
> number of events taken in a transaction and also regularity of fsync() 
> behavior separately. All other sinks use a single property batchSize to 
> control both of these parameters.
> We should use the hdfs.batchSize parameter for both of these things so that 
> the hdfs.txnEventMax parameter does nothing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to