kevinrr888 commented on PR #5491: URL: https://github.com/apache/accumulo/pull/5491#issuecomment-2819398778
`deleteRows` is never used internally for `scanref`, and I don't think we'd want a user to do any cleanup manually. https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/metadata/ScanServerRefStoreImpl.java Is how cleanup is handled. A BatchWriter is used to delete entries, so I think it's safe to disallow `deleteRows` for `scanref` -- 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