You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2015/05/02 02:37:06 UTC

[jira] [Created] (HADOOP-11903) test-patch should fail any new classes called Default-foo

Allen Wittenauer created HADOOP-11903:
-----------------------------------------

             Summary: test-patch should fail any new classes called Default-foo
                 Key: HADOOP-11903
                 URL: https://issues.apache.org/jira/browse/HADOOP-11903
             Project: Hadoop Common
          Issue Type: Test
            Reporter: Allen Wittenauer


In the past, we've named things like DefaultResourceCalculator, DefaultContainerExecutor, and DefaultCodec that do nothing but cause problems down the road since they are effectively version and functionality locked forever.  If these examples had been named what they truly were (e.g., MemoryResourceCalculator, SimpleContainerExecutor, and GZipCodec), the defaults could then be changed in the future in a compatible way. 

One way to enforce this is to prevent the creation of new classes called Default-anything. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)