You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Priyanka Gugale (JIRA)" <ji...@apache.org> on 2016/10/17 10:35:59 UTC

[jira] [Resolved] (APEXMALHAR-2272) sequencialFileRead property on FSInputModule not functioning as expected

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

Priyanka Gugale resolved APEXMALHAR-2272.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.6.0

> sequencialFileRead property on FSInputModule not functioning as expected
> ------------------------------------------------------------------------
>
>                 Key: APEXMALHAR-2272
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2272
>             Project: Apache Apex Malhar
>          Issue Type: Bug
>            Reporter: Yogi Devendra
>            Assignee: Yogi Devendra
>            Priority: Minor
>             Fix For: 3.6.0
>
>
> When there is single large file in the input directory, and we have multiple partitions for BlockReader and sequencialFileRead is set to true.
> Only one BlockReader instance should be active; other BlockReader instances should remain idle.
> This is because sequencialFileRead makes sure that blocks of the file are read serially by same BlockReader instance. 
> Observed behavior is all BlockReader instances are reading data which means sequencialFileRead property is not functioning as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)