Tsz Wo (Nicholas), SZE created HDFS-3319:
--------------------------------------------

             Summary: DFSOutputStream should not start a thread in constructors
                 Key: HDFS-3319
                 URL: https://issues.apache.org/jira/browse/HDFS-3319
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Tsz Wo (Nicholas), SZE
            Priority: Minor


DFSOutputStream starts the DataStreamer thread in its constructors.  This is a 
known bad programming practice.  It will generate findbugs warnings if the 
class is not final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to