dlmarion opened a new pull request, #5229: URL: https://github.com/apache/accumulo/pull/5229
The input file list is serialized as json in the compaction metadata object. When the compaction metadata object was being serialized into the metadata is too was being serialized as json. This had the effect of escaping all of the double quotes in the input file json object because it was json in a String inside of another json object. Closes #5060 -- 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]
