Manno15 edited a comment on pull request #1803: URL: https://github.com/apache/accumulo/pull/1803#issuecomment-755374097
Based on what I am seeing, the scan function in `ThriftScanner` will always error with "Failed to locate tablet for table : 1 row : row_0000000000". Then it pauses and will ultimately retry. [Here is the scan function that I am seeing the breakpoints hit](https://github.com/apache/accumulo/blob/44325585c2bd8aed0a3ac87a84f44e7b6755d435/core/src/main/java/org/apache/accumulo/core/clientImpl/ThriftScanner.java#L239) I will hardcode the path like @tynyttie did and see if I notice different behavior in that function. ---------------------------------------------------------------- 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: [email protected]
