> On April 15, 2014, 7:51 p.m., kturner wrote:
> > test/system/auto/simple/recoverWithEmpty.py, line 84
> > <https://reviews.apache.org/r/20180/diff/3/?file=558311#file558311line84>
> >
> >     If this file exist but it not referenced in the metadata table, then 
> > this test will not properly validate what its trying to... maybe the test 
> > should look in the metadata table to get the filename, or to just verify 
> > metadata refs the file
> 
> Sean Busbey wrote:
>     so a scan of the metadata table for the filename returning something 
> would be sufficient?
>     
>     FWIW, I cribbed this from another test that uses printinfo to validate 
> locality groups got properly serialized.
> 
> kturner wrote:
>     Thinking about this some more, Accumulo generates unique filenames for 
> every file (even across tables and tablets). So F0000000.rf would only be 
> used if the metadata table had not compacted :)    Should probably get the 
> filename from the metadata table.
> 
> Sean Busbey wrote:
>     I believe this an other tests rely on the fact that the test cluster has 
> just been set up and used exclusively for the initial data load. Fixing this 
> assumption will be a fair bit of additional work. Could we do it as a follow 
> on in 1.6+ only?

thats ok w/ me if the hadoop fs -rm does cause the test to fail when the file 
does not exist


- kturner


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20180/#review40448
-----------------------------------------------------------


On April 15, 2014, 7:38 p.m., Sean Busbey wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/20180/
> -----------------------------------------------------------
> 
> (Updated April 15, 2014, 7:38 p.m.)
> 
> 
> Review request for accumulo and Josh Elser.
> 
> 
> Bugs: ACCUMULO-2654
>     https://issues.apache.org/jira/browse/ACCUMULO-2654
> 
> 
> Repository: accumulo
> 
> 
> Description
> -------
> 
> Adds a simple utility for creating an empty RFile, leveraging existing code.
> 
> 
> Diffs
> -----
> 
>   src/core/src/main/java/org/apache/accumulo/core/file/rfile/CreateEmpty.java 
> PRE-CREATION 
>   
> src/core/src/main/java/org/apache/accumulo/core/file/rfile/RFileOperations.java
>  5374332 
>   test/system/auto/simple/recoverWithEmpty.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/20180/diff/
> 
> 
> Testing
> -------
> 
> tested basic error handling and help messages. tested creating file on hdfs 
> and local file system. tested default codec, gz, and specifying the same 
> codec as default. Used PrintInfo to verify generated files.
> 
> ran new functional test.
> 
> 
> Thanks,
> 
> Sean Busbey
> 
>

Reply via email to