leventov opened a new issue #5284: Remove class duplication between indexing-service and server modules URL: https://github.com/apache/incubator-druid/issues/5284 @himanshug [noted](https://github.com/druid-io/druid/issues/4312#issuecomment-356127914) that there are some classes that are duplicated between `indexing-service` and `server` modules (which classes?) We don't want to resolve this by just merging this into one larger module, because it would bring hadoop dependencies to historical, broker, and router nodes. The proposal is to 1. Identify all duplicated classes 2. Compute a transitive dependency closure (Java source - based) of them and extract this as `server-common` module 3. Leave the remaining classes in `indexing-service` and `server` modules, but keep them separate.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
