kevinrr888 opened a new issue, #4905: URL: https://github.com/apache/accumulo/issues/4905
**Is your feature request related to a problem? Please describe.** For MetaFateStore, it would be beneficial to have all the data associated with a fate id in a single ZooKeeper node. This allows for atomic updates to a fate id. This will be slower than the current implementation. We are trading some speed for correctness. However, since this is only used for the Metadata table, this is a good tradeoff. With this change, it would also be nice to serialize the data as JSON allowing for easier serialization and deserialization and for better readability. **Additional context** https://github.com/apache/accumulo/pull/4524#discussion_r1631619383 https://github.com/apache/accumulo/pull/4524#issuecomment-2272200690 -- 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]
