keith-turner opened a new issue, #3602: URL: https://github.com/apache/accumulo/issues/3602
Need to address the issue in the following comment https://github.com/apache/accumulo/pull/3575#discussion_r1258203537 One way to do this is to add an iterator to the condition that compares selected files. This iterator would take the value in the metadata table and decode and re-encode to and emit that as the value. A test could be added to AmpleConditionalWriterIT to simulate this. The following code is where this iterator would need to be added to the condition. https://github.com/apache/accumulo/blob/cfd7c8044a1c927a243914d04223ff14aa65c60f/server/base/src/main/java/org/apache/accumulo/server/metadata/ConditionalTabletMutatorImpl.java#L185-L192 -- 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]
