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/03/20 20:18:38 UTC

[GitHub] [accumulo] milleruntime commented on issue #961: Log recovery can not succeed after failed marker written in recovery directory

milleruntime commented on issue #961: Log recovery can not succeed after failed marker written in recovery directory
URL: https://github.com/apache/accumulo/issues/961#issuecomment-475011355
 
 
   @billoley I am trying to replicate this error in a Test.  Was this exception similar to the one you saw for this issue?
   <pre>
   java.io.FileNotFoundException: File file:/accumulo/server/tserver/target/junit1148327992366485527/manyMaps/failed/data does not exist
   
   	at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:537)
   	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:750)
   	at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:527)
   	at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   	at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1817)
   	at org.apache.hadoop.io.MapFile$Reader.createDataFileReader(MapFile.java:455)
   	at org.apache.hadoop.io.MapFile$Reader.open(MapFile.java:428)
   	at org.apache.hadoop.io.MapFile$Reader.<init>(MapFile.java:398)
   	at org.apache.accumulo.tserver.log.RecoveryLogReader.<init>(RecoveryLogReader.java:132)
   	at org.apache.accumulo.tserver.log.RecoveryLogReader.<init>(RecoveryLogReader.java:117)
   	at org.apache.accumulo.tserver.log.RecoveryLogsReaderTest.testFailed(RecoveryLogsReaderTest.java:191)
   </pre>

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