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

Brahma Reddy Battula updated HDFS-9773:
---------------------------------------
    Description: 
There are some dead code
{code}
  final boolean simulatedStorage = false;
  if (simulatedStorage) {
    SimulatedFSDataset.setFactory(conf);
  }
{code}
in TestShortCircuitLocalRead, TestFileAppend, TestFileAppend2, TestFileAppend4, 
and TestLargeBlock.

  was:
There are some dead code
{code}
  final boolean simulatedStorage = false;
  if (simulatedStorage) {
    SimulatedFSDataset.setFactory(conf);
  }
{code}
in TestShortCircuitRead, TestFileAppend, TestFileAppend2, TestFileAppend4, and 
TestLargeBlock.


> 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
>            Priority: Minor
>              Labels: newbie
>
> 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)

Reply via email to