[
https://issues.apache.org/jira/browse/HDFS-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated HDFS-9773:
--------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
Committed this to trunk, branch-2, and branch-2.8. Thanks [~brahmareddy] for
the contribution!
> Remove dead code related to SimulatedFSDataset in tests
> -------------------------------------------------------
>
> Key: HDFS-9773
> URL: https://issues.apache.org/jira/browse/HDFS-9773
> Project: Hadoop HDFS
> Issue Type: Test
> Components: test
> Reporter: Akira AJISAKA
> Assignee: Brahma Reddy Battula
> Priority: Minor
> Labels: newbie
> Fix For: 2.8.0
>
> Attachments: HDFS-9773-002.patch, HDFS-9773-003.patch, HDFS-9773.patch
>
>
> There are some dead code
> {code}
> final boolean simulatedStorage = false;
> if (simulatedStorage) {
> SimulatedFSDataset.setFactory(conf);
> }
> {code}
> in TestShortCircuitLocalRead, TestFileAppend, TestFileAppend2,
> TestFileAppend4, and TestLargeBlock.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)