keith-turner opened a new issue, #6016: URL: https://github.com/apache/accumulo/issues/6016
The following code should log the key in addition to the exception because that would make it much easier to find the offending data. https://github.com/apache/accumulo/blob/98549b6bfe3347d8827829de4fa4b2cdb5a649df/core/src/main/java/org/apache/accumulo/core/iterators/user/VisibilityFilter.java#L114 The system iterator for visibility filtering does log the key. https://github.com/apache/accumulo/blob/98549b6bfe3347d8827829de4fa4b2cdb5a649df/core/src/main/java/org/apache/accumulo/core/iteratorsImpl/system/VisibilityFilter.java#L90 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
