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 2022/10/12 19:45:22 UTC

[GitHub] [accumulo] dlmarion commented on issue #3017: SortedLogRecoveryTest failures

dlmarion commented on issue #3017:
URL: https://github.com/apache/accumulo/issues/3017#issuecomment-1276656810

   @jmark99 - I can't get this to fail on my local machine, but I was wondering if you could try the following. Change SortedLogRecoverTest.testSkipSuccessfulCompaction lin 392 from:
   ```
       List<Mutation> mutations = recover(logs, extent);
   ```
   to
   ```
       List<Mutation> mutations = recover(logs, extent, entries.size());
   ```    


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org