[ 
https://issues.apache.org/jira/browse/FLUME-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brock Noland updated FLUME-1570:
--------------------------------

    Description: 
{noformat}
java.lang.IllegalArgumentException: fromIndex(0) > toIndex(-1002)
        at java.util.SubList.<init>(AbstractList.java:604)
        at java.util.RandomAccessSubList.<init>(AbstractList.java:758)
        at java.util.AbstractList.subList(AbstractList.java:468)
        at org.apache.flume.source.StressSource.process(StressSource.java:119)
        at 
org.apache.flume.source.PollableSourceRunner$PollingRunner.run(PollableSourceRunner.java:139)
        at java.lang.Thread.run(Thread.java:662)

{noformat}

  was:

{noformat}
java.lang.IllegalArgumentException: fromIndex(0) > toIndex(-1002)
        at java.util.SubList.<init>(AbstractList.java:604)
        at java.util.RandomAccessSubList.<init>(AbstractList.java:758)
        at java.util.AbstractList.subList(AbstractList.java:468)
        at org.apache.flume.source.StressSource.process(StressSource.java:119)
        at 
org.apache.flume.source.PollableSourceRunner$PollingRunner.run(PollableSourceRunner.java:139)
        at java.lang.Thread.run(Thread.java:662)

{noformat}

        Summary: StressSource batching does not work unless maxTotalEvents is 
specified  (was: StressSource Batching bug)
    
> StressSource batching does not work unless maxTotalEvents is specified
> ----------------------------------------------------------------------
>
>                 Key: FLUME-1570
>                 URL: https://issues.apache.org/jira/browse/FLUME-1570
>             Project: Flume
>          Issue Type: Bug
>          Components: Sinks+Sources
>    Affects Versions: v1.3.0
>            Reporter: Brock Noland
>            Assignee: Ted Malaska
>         Attachments: FLUME-1570-0.patch, FLUME-1570-1.patch
>
>
> {noformat}
> java.lang.IllegalArgumentException: fromIndex(0) > toIndex(-1002)
>       at java.util.SubList.<init>(AbstractList.java:604)
>       at java.util.RandomAccessSubList.<init>(AbstractList.java:758)
>       at java.util.AbstractList.subList(AbstractList.java:468)
>       at org.apache.flume.source.StressSource.process(StressSource.java:119)
>       at 
> org.apache.flume.source.PollableSourceRunner$PollingRunner.run(PollableSourceRunner.java:139)
>       at java.lang.Thread.run(Thread.java:662)
> {noformat}

--
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