> On Nov. 10, 2014, 3:16 a.m., Srikanth Sundarrajan wrote: > > common/src/test/java/org/apache/falcon/util/RadixTreeTest.java, line 49 > > <https://reviews.apache.org/r/26908/diff/1-2/?file=725333#file725333line49> > > > > Use Logger. It is hard to control the behavior of what gets printed if > > sout is used.
Sorry, my bad. I used it to print the structure of the tree for documentation purposes and forgot to remove it. It shouldn't be there in the test cases. - Ajay ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26908/#review60536 ----------------------------------------------------------- On Nov. 6, 2014, 8:11 p.m., Ajay Yadava wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26908/ > ----------------------------------------------------------- > > (Updated Nov. 6, 2014, 8:11 p.m.) > > > Review request for Falcon and Srikanth Sundarrajan. > > > Repository: falcon-git > > > Description > ------- > > Store for feed path(key) and feed properties like feed name etc. as values > > > Diffs > ----- > > common/src/main/java/org/apache/falcon/entity/store/FeedLocationStore.java > PRE-CREATION > common/src/main/java/org/apache/falcon/entity/store/FeedPathStore.java > PRE-CREATION > common/src/main/java/org/apache/falcon/util/RadixNode.java PRE-CREATION > common/src/main/java/org/apache/falcon/util/RadixTree.java PRE-CREATION > > common/src/test/java/org/apache/falcon/entity/store/FeedLocationStoreTest.java > PRE-CREATION > common/src/test/java/org/apache/falcon/util/RadixNodeTest.java PRE-CREATION > common/src/test/java/org/apache/falcon/util/RadixTreeTest.java PRE-CREATION > > Diff: https://reviews.apache.org/r/26908/diff/ > > > Testing > ------- > > Thorough unit testing for the patch submitted. > > > Thanks, > > Ajay Yadava > >
