DixxieFlatline commented on issue #9527: Second task hangs while ingesting from Kafka in Dockerized environment URL: https://github.com/apache/druid/issues/9527#issuecomment-600238972 So I've exposed the por 8101 in the compose file and it worked. Problem solved. Also I've done a grep through all the project and found this in the docker file from the integration test: ``` # Expose ports: # - 8081, 8281: HTTP, HTTPS (coordinator) # - 8082, 8282: HTTP, HTTPS (broker) # - 8083, 8283: HTTP, HTTPS (historical) # - 8090, 8290: HTTP, HTTPS (overlord) # - 8091, 8291: HTTP, HTTPS (middlemanager) # - 8888-8891, 9088-9091: HTTP, HTTPS (routers) # - 3306: MySQL # - 2181 2888 3888: ZooKeeper # - 8100 8101 8102 8103 8104 8105 : peon ports # - 8300 8301 8302 8303 8304 8305 : peon HTTPS ports ``` IMO the docker Getting Started section should be updated reflecting this possible issue -which won't be if noticing that the middlemanager should expose this ports depending on n+1 possible peon tasks-. Will try to do a PR soon with this.
---------------------------------------------------------------- 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]
