sixtus opened a new issue #8710: druid indexer running Kafka indexing not seen as dataSource URL: https://github.com/apache/incubator-druid/issues/8710 I just spent 2.5h figuring out why I am not seeing any realtime data using the new indexer nodes. And here it is: ```druid-broker[10249]: WARN [CuratorDruidNodeDiscoveryProvider-ListenerExecutor] org.apache.druid.discovery.DruidNodeDiscoveryProvider$ServiceDruidNodeDiscovery - Node[DiscoveryDruidNode{druidNode=DruidNode{serviceName='druid/indexer', host='indexer.node', bindOnHost=false, port=-1, plaintextPort=8091, enablePlaintextPort=true, tlsPort=-1, enableTlsPort=false}, nodeType='INDEXER', services={workerNodeService=WorkerNodeService{ip='...', capacity=64, version='1'}, lookupNodeService=LookupNodeService{lookupTier='__default'}}}] discovered but doesn't have service[dataNodeService]. Ignored.``` ### Affected Version 0.16 ### Description Brokers (and coordinators for UI) ignore the new indexer nodes when using http segment announcement (didn't try batch). I had to revert to middle manager. It was the feature I upgraded for... oh well, shouldn't be hard to fix.
---------------------------------------------------------------- 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]
