ctubbsii commented on issue #1327: URL: https://github.com/apache/accumulo/issues/1327#issuecomment-1481466849
> you'd need some new way to detect the new format and code to handle the old and new ways of storing the data which adds complexity and could be tricky We can also just rewrite the metadata on upgrade. > or instead only serialize the Ranges as a JSON encoded String and appending as the 4th item Before the discussion about JSON, that's close to what I was expecting... some kind of binary representation as another item in the list. With the discussion of JSON, I think it's less confusing to not mix-and-match the list and the JSON. Just pick one or the other. I think either way, you're going to have to be able to detect the old and the new format, or have an upgrade step. -- 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]
