[
https://issues.apache.org/jira/browse/HDFS-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arpit Agarwal updated HDFS-8152:
--------------------------------
Attachment: HDFS-8152.03.patch
v03 patch to fix the failing test case
{{TestScrLazyPersistFiles.testRamDiskEvictionWithShortCircuitReadHandle}}. It
needed to set the eviction limit in the cluster builder else the replica would
not get evicted.
Here is the main delta in that test:
{code}
+ .setEvictionLowWatermarkReplicas(3)
{code}
[~xyao], could you please take a look at the update? Thanks!
> Refactoring of lazy persist storage cases
> -----------------------------------------
>
> Key: HDFS-8152
> URL: https://issues.apache.org/jira/browse/HDFS-8152
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Reporter: Arpit Agarwal
> Assignee: Arpit Agarwal
> Attachments: HDFS-8152.01.patch, HDFS-8152.02.patch,
> HDFS-8152.03.patch
>
>
> Add a builder pattern to make it easier to test new configurations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)