You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/06/25 20:10:05 UTC

[GitHub] [accumulo-testing] milleruntime commented on issue #83: RW Concurrent test errors on BulkImport for 2.0

milleruntime commented on issue #83: RW Concurrent test errors on BulkImport for 2.0
URL: https://github.com/apache/accumulo-testing/issues/83#issuecomment-505603208
 
 
   Output from running rfile-info on one of the files:
   ```
   Reading file: hdfs://localhost:8020/tmp/concurrent_bulk/b_10ba9b66110a1e44/file01.rf
   2019-06-25 16:00:35,678 [rfile.PrintInfo] ERROR: Error reading crypto params
   java.io.EOFException: Cannot seek after EOF
   	at org.apache.hadoop.hdfs.DFSInputStream.seek(DFSInputStream.java:1440)
   	at org.apache.hadoop.fs.FSDataInputStream.seek(FSDataInputStream.java:65)
   	at org.apache.accumulo.core.file.rfile.PrintInfo.printCryptoParams(PrintInfo.java:280)
   	at org.apache.accumulo.core.file.rfile.PrintInfo.execute(PrintInfo.java:179)
   	at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:129)
   	at java.lang.Thread.run(Thread.java:748)
   2019-06-25 16:00:35,695 [start.Main] ERROR: Thread 'rfile-info' died.
   java.io.IOException: Not a valid BCFile.
   	at org.apache.accumulo.core.file.rfile.bcfile.BCFile$Magic.readAndVerify(BCFile.java:912)
   	at org.apache.accumulo.core.file.rfile.bcfile.BCFile$Reader.<init>(BCFile.java:607)
   	at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getBCFile(CachableBlockFile.java:176)
   	at org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile$Reader.getMetaBlock(CachableBlockFile.java:400)
   	at org.apache.accumulo.core.file.rfile.RFile$Reader.<init>(RFile.java:1156)
   	at org.apache.accumulo.core.file.rfile.RFile$Reader.<init>(RFile.java:1251)
   	at org.apache.accumulo.core.file.rfile.PrintInfo.execute(PrintInfo.java:183)
   	at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:129)
   	at java.lang.Thread.run(Thread.java:748)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services