dlmarion commented on code in PR #3622: URL: https://github.com/apache/accumulo/pull/3622#discussion_r1265885771
########## core/src/main/java/org/apache/accumulo/core/file/rfile/RFile.java: ########## @@ -831,7 +831,7 @@ public void next() throws IOException { try { _next(); } catch (IOException ioe) { Review Comment: Added in d409537 ########## core/src/main/java/org/apache/accumulo/core/file/rfile/RFile.java: ########## @@ -914,18 +914,21 @@ public void seek(Range range, Collection<ByteSequence> columnFamilies, boolean i try { _seek(range); } catch (IOException ioe) { Review Comment: Added in d409537 -- 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-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org