You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/07/23 16:46:39 UTC

[GitHub] [incubator-druid] leventov opened a new issue #5284: Remove class duplication between indexing-service and server modules

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org