accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Fixed TabletManagmentParameters serialization of replacements

Open dlmarion opened this issue 1 year ago • 0 comments

TabletManagementParameters was still using a List<Pair<Path,Path>> for volume replacements serialization. This was changed to a Map<Path,Path> in other places of the code because there was an issue with Gson serialization. I added a test for serialization and deserialization and was able to successfully use a Map when setting enableComplexMapKeySerialization() on the Gson object.

Fixes #4107

dlmarion avatar Jan 23 '24 16:01 dlmarion