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 2022/01/16 07:06:08 UTC

[GitHub] [druid] jihoonson commented on a change in pull request #12157: Fix node discovery to ignore unknown DruidServices

jihoonson commented on a change in pull request #12157:
URL: https://github.com/apache/druid/pull/12157#discussion_r785399223



##########
File path: server/src/main/java/org/apache/druid/discovery/DiscoveryDruidNode.java
##########
@@ -35,22 +40,29 @@
  */
 public class DiscoveryDruidNode
 {
+  private static final Logger LOG = new Logger(DiscoveryDruidNode.class);
+  private static final TypeReference<Map<String, Object>> RAW_DRUID_SERVICE_TYPE =

Review comment:
       Good catch! It is a left over that I forgot to delete after I cleaned up my PR. I will delete it.




-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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