aajisaka edited a comment on issue #1934: HDFS-15258. RBF: Mark Router FSCK unstable. URL: https://github.com/apache/hadoop/pull/1934#issuecomment-608276024 Thanks @ayushtkn for the review. I read the following document again and found I have to add an annotation. http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/DownstreamDev.html#Stability > If a method has no stability annotation, then it inherits its stability from its class. If a class has no stability, it inherits its stability from its package. If a package has no stability, it should be assumed to be Unstable. org.apache.hadoop.hdfs.server.federation.router package is marked as Evolving, so the class is now Evolving. I'd like to add Unstable annotation to RouterFsck.java.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
