[
https://issues.apache.org/jira/browse/FLUME-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johny Rufus updated FLUME-2568:
-------------------------------
Description:
TestReliableSpoolingFileEventReader needs some more modification in addition to
the fix provided in FLUME-2505
1) Needed to add semaphore2 to ensure that new file gets created before the
second listing, without this readEventsForFilesInDir() can complete before the
new file gets created
2) had to remove renameTo and instead create the newfile, for the directory
listing to pick the new file
was:
TestReliableSpoolingFileEventReader needs some more modification in addition to
the fix provided in FLUME-2505
1) Needed to add semaphore2 to ensure that new file gets created before the
second listing, without this
> Additional fix for TestReliableSpoolingFileEventReader
> ------------------------------------------------------
>
> Key: FLUME-2568
> URL: https://issues.apache.org/jira/browse/FLUME-2568
> Project: Flume
> Issue Type: Bug
> Affects Versions: v1.5.1
> Reporter: Johny Rufus
> Assignee: Johny Rufus
> Fix For: v1.6.0
>
> Attachments: FLUME-2568.patch
>
>
> TestReliableSpoolingFileEventReader needs some more modification in addition
> to the fix provided in FLUME-2505
> 1) Needed to add semaphore2 to ensure that new file gets created before the
> second listing, without this readEventsForFilesInDir() can complete before
> the new file gets created
> 2) had to remove renameTo and instead create the newfile, for the directory
> listing to pick the new file
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)