didip commented on issue #11514: URL: https://github.com/apache/druid/issues/11514#issuecomment-888818490
As for Overlord logging: I definitely see that my non-existent IP address still being used. Bad IP: 172.18.72.236 ```bash 2021-07-29T04:14:21,998 INFO [NodeRoleWatcher[MIDDLE_MANAGER]] org.apache.druid.discovery.BaseNodeRoleWatcher - Node[http://172.18.72.236:8091] of role[middleManager] detected. ... 2021-07-29T04:14:22,009 INFO [CuratorDruidNodeDiscoveryProvider-ListenerExecutor] org.apache.druid.indexing.overlord.hrtr.HttpRemoteTaskRunner - Worker[172.18.72.236:8091] reportin' for duty! ... 2021-07-29T04:14:22,010 INFO [CuratorDruidNodeDiscoveryProvider-ListenerExecutor] org.apache.druid.server.coordination.ChangeRequestHttpSyncer - Starting ChangeRequestHttpSyncer[http://172.18.72.236:8091/_1627532062010]. ... 2021-07-29T04:14:22,060 INFO [LeaderSelector[/druid/overlord/_OVERLORD]] org.apache.druid.indexing.overlord.hrtr.HttpRemoteTaskRunner - Waiting for worker[172.18.72.236:8091] to sync state... ... 2021-07-29T04:14:22,060 INFO [HttpRemoteTaskRunner-worker-sync-1] org.apache.druid.server.coordination.ChangeRequestHttpSyncer - [http://172.18.72.236:8091/_1627532062010] synced successfully for the first time. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
