|
+1
Seems like a good option. This patch takes care about the issue and allow a once set property to be changed dynamically.
Also, methods' comments are converted to JavaDoc to provide a guide for aspects & test developers. Mentioned javadoc warnings are coming from DFSClient class and are unrelated.
-1 overall. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 6 new or modified tests. -1 javadoc. The javadoc tool appears to have generated 1 warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 release audit. The applied patch does not increase the total number of release audit warnings. +1 patch looks good.
I have committed this. Thanks, Cos!
Integrated in Hadoop-Hdfs-trunk #8 (See http://hudson.zones.apache.org/hudson/job/Hadoop-Hdfs-trunk/8/
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
won't work because current framework implementation doesn't allow to reset the properties once they were set.
It is a minor issue, which can affect some of new tests developed based on the FI framework