keith-turner commented on PR #5822:
URL: https://github.com/apache/accumulo/pull/5822#issuecomment-3234205520

   > One thing that I noticed during developing the import test case was that 
if i tried to import multiple tables that had been exported with data into a 
single tablename, the test would fail with something like File F0000001.rf does 
not exist in import dir which is coming from 
[here](https://github.com/apache/accumulo/blob/501efad92bee10aad2910b0984752879d5e42322/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/PopulateMetadataTable.java#L159).
 I changed the test to import from tables exported with NO data and this 
exception is avoided and we get the TableExistsException as expected.
   
   For this scenario where multiple threads trying to import a table from the 
same source dir in dfs?  There is code in the import fate operation that 
attempt to reserve the source dir in hdfs, maybe this is not working.  Opened 
#5838 after looking into this a bit.  The Utils.reserveHdfsDirectory method 
referenced in #5838 is called by the import table fate code.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to