dlmarion commented on issue #6132: URL: https://github.com/apache/accumulo/issues/6132#issuecomment-3917045042
It might be easier to store the compressed value in a different file then if you are just going to return the location to the client and then do another read from the client. Using a different file will at least give you a static location as the location returned from the server to the client as part of the scan will change due to compaction, and may change during the scan due to a concurrent compaction. -- 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]
