ctubbsii commented on issue #4107:
URL: https://github.com/apache/accumulo/issues/4107#issuecomment-1868539583

   @keith-turner All of the replacements code used to be a List of pairs, which 
did allow duplicates, but duplicates don't make sense here. You can't have a 
volume replaced by two separate volumes. That would be chaos. So, I changed it 
all to a map in #4103 , but I had to keep this a list of pairs, because GSon 
threw an error in the test when deserializing the map. This code doesn't exist 
in the main branch, so it's new in elasticity. I'm not sure what is causing the 
GSon error during deserialization, and I'm not sure why serialization is needed 
in the elasticity branch when it's not needed in the main branch. We can't make 
this less convoluted until the deserialization error is fixed.


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to