milleruntime opened a new issue #2473: URL: https://github.com/apache/accumulo/issues/2473
I was looking at the warnings we suppress in `ZooStore` and they all seem to stem from the serialization of the generics. I was wondering if it would be better to refactor out the generic types so we don't have to arbitrarily serialize objects and blindly cast them. These would be a bit of work but it might not be too bad. I think if we create an interface like `FateEnvironment` to pass to the operations we wouldn't have to pass the Manager around. -- 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]
