clintropolis commented on issue #8710: druid indexer running Kafka indexing not 
seen as dataSource
URL: 
https://github.com/apache/incubator-druid/issues/8710#issuecomment-545229457
 
 
   I am able to replicate this issue locally, and [this 
modification](https://github.com/apache/incubator-druid/compare/master...clintropolis:indexer-http-inventory-fix)
 fixes the problem since it modifies the indexer to announce itself as a 
`dataNodeService`, but I'm unsure how to write tests for it so haven't opened a 
PR yet.
   
   MiddleManager nodes do not have this problem because tasks that are not 
running on an Indexer [perform this announcement 
themselves](https://github.com/apache/incubator-druid/blob/master/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java#L394),
 since it is per task. Indexers rightfully suppress this but were lacking a 
replacement.

----------------------------------------------------------------
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]

Reply via email to