cshannon opened a new pull request, #3480: URL: https://github.com/apache/accumulo/pull/3480
This is a work in progress and not quite finished but is getting close. Some of the tests and functionality are still broken but I wanted to get a draft PR submitted so people can start reviewing the direction I am headed. This updates the file metadata column in the metadata table so that file references are no longer just a path but also include a range. The field is now serialized as Json. We will need to handle upgrades/backwards compatibility at some point but for now this just changes everything to Json. Some of the things that are still broken include table import/export as the metadata needs to be fixed there, and I think clone might be broken too. I tried to fix several of the tests include scan server tests, external compactions but some things may still be broken as I have not run all the tests. The plan is to finish getting everything polished here when I get some time so tests are passing and then work on some integration tests. -- 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]
