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

Bharat Viswanadham commented on HDFS-11110:
-------------------------------------------

In the test setup, the cacheManinpulator is set to NoMlockCacheManipulator.

 prevCacheManipulator = NativeIO.POSIX.getCacheManipulator();
    NativeIO.POSIX.setCacheManipulator(new NoMlockCacheManipulator());

So, here the NativeIO.java code also needs to be modified.


> Hardcoded BLOCK SIZE value of 4096 is not appropriate for PowerPC
> -----------------------------------------------------------------
>
>                 Key: HDFS-11110
>                 URL: https://issues.apache.org/jira/browse/HDFS-11110
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: ramtin
>            Assignee: ramtin
>         Attachments: HDFS-11110.001.patch
>
>
> Using NativeIO.POSIX.getCacheManipulator().getOperatingSystemPageSize() 
> function rather than hard coded block size



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to